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