Skip to content

Commit 6dba541

Browse files
committed
fix ci
1 parent de39d3b commit 6dba541

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ros-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: ros-ci
33
# Controls when the action will run. Triggers the workflow on push or pull request
44
on:
55
push:
6-
branches: [ ros2 ]
6+
branches: [ ros2-devel ]
77
pull_request:
8-
branches: [ ros2 ]
8+
branches: [ ros2-devel ]
99

1010
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1111
jobs:
12-
ros2-ci:
12+
ros2-devel-ci:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
fail-fast: false

0 commit comments

Comments
 (0)