Skip to content

Commit

Permalink
Re-enable workflow restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtrevelyan committed Nov 29, 2023
1 parent 815cf18 commit 4e46cdd
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/radsan.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: RADSan Real-Time Safety

# TODO Re-enable this restriction when submitting PR
#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 All @@ -33,4 +31,4 @@ jobs:
run: cmake --build build --config Release --parallel

- name: Test
run: cd build && ctest --output-on-failure
run: cd build && ctest -C Release --output-on-failure

0 comments on commit 4e46cdd

Please sign in to comment.