Skip to content

Commit

Permalink
Fix manual triggering of CI pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Flynn <evanflynn.msu@gmail.com>
  • Loading branch information
flynneva committed Oct 28, 2023
1 parent e0bfd01 commit 7fac179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: ROS2 CI

on:
workflow_dispatch:
pull_request:
branches:
- 'ros2/*'
- 'ros2'
workflow_dispatch:

jobs:
test_environment:
Expand Down

0 comments on commit 7fac179

Please sign in to comment.