mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 16:08:00 +00:00
Run CI on v0.N.x branches or PRs to them for ease of backporting (#2017)
This commit is contained in:
@@ -6,11 +6,16 @@ on:
|
||||
# master or release-like branches:
|
||||
branches:
|
||||
- master
|
||||
# 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.[0-9]+.x
|
||||
pull_request:
|
||||
# Run jobs for any external PR that wants
|
||||
# to merge to master, too:
|
||||
branches:
|
||||
- master
|
||||
- v0.[0-9]+.x
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-${{ github.workflow }}
|
||||
|
||||
Reference in New Issue
Block a user