Skip to content

Commit 78eb83f

Browse files
authored
ci.yml: fix push branch filter pattern (#502)
This fixes the branch regex to run Ubuntu workflows on push to branches with a double digit major version number. Signed-off-by: Steve Peters <[email protected]>
1 parent aef9b35 commit 78eb83f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches:
77
- 'ign-fuel-tools[0-9]'
8-
- 'gz-fuel-tools[0-9]?'
8+
- 'gz-fuel-tools[1-9]?[0-9]'
99
- 'main'
1010

1111
jobs:

0 commit comments

Comments
 (0)