Skip to content

Commit acbf507

Browse files
Fix branch filter for rolling-pre-release (#462)
1 parent 4b3e2e9 commit acbf507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rolling-pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
type: number
1212
pull_request:
1313
branches:
14-
- master
14+
- ros2-master
1515
types:
1616
- opened # default
1717
- reopened # default

0 commit comments

Comments
 (0)