Skip to content

Commit

Permalink
Allow radsan workflow on all pushes temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtrevelyan committed Nov 22, 2023
1 parent b52343c commit 2e6b86e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/radsan.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: RADSan Real-Time Safety

on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
on: [push]
#on:
# push:
# branches:
# - main
# - develop
# pull_request:
# branches:
# - main
# - develop

jobs:
build_and_test:
Expand Down

0 comments on commit 2e6b86e

Please sign in to comment.