Skip to content

Commit fc351d7

Browse files
committed
update branch matching in CI
1 parent 84cfd74 commit fc351d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99
# If we want to backport changes to an old release, push a branch
1010
# eg v0.40.x and CI will run on it. PRs merging to such branches
1111
# will also trigger CI.
12-
- v0.*.x
12+
- v0.[0-9]+.x
1313
pull_request:
1414
# Run jobs for any external PR that wants
1515
# to merge to master, too:
1616
branches:
1717
- master
18-
- v0.*.x
18+
- v0.[0-9]+.x
1919

2020
concurrency:
2121
group: ${{ github.ref }}-${{ github.workflow }}

0 commit comments

Comments
 (0)