We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de39d3b commit 6dba541Copy full SHA for 6dba541
.github/workflows/ros-ci.yaml
@@ -3,13 +3,13 @@ name: ros-ci
3
# Controls when the action will run. Triggers the workflow on push or pull request
4
on:
5
push:
6
- branches: [ ros2 ]
+ branches: [ ros2-devel ]
7
pull_request:
8
9
10
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
11
jobs:
12
- ros2-ci:
+ ros2-devel-ci:
13
runs-on: ubuntu-latest
14
strategy:
15
fail-fast: false
0 commit comments