mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 12:37:57 +00:00
update branch matching in CI
This commit is contained in:
@@ -9,13 +9,13 @@ on:
|
||||
# If we want to backport changes to an old release, push a branch
|
||||
# eg v0.40.x and CI will run on it. PRs merging to such branches
|
||||
# will also trigger CI.
|
||||
- v0.*.x
|
||||
- v0.[0-9]+.x
|
||||
pull_request:
|
||||
# Run jobs for any external PR that wants
|
||||
# to merge to master, too:
|
||||
branches:
|
||||
- master
|
||||
- v0.*.x
|
||||
- v0.[0-9]+.x
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-${{ github.workflow }}
|
||||
|
||||
Reference in New Issue
Block a user