Run the release branch check on the cumulus code releases as well (#1326)

This commit is contained in:
Chevdor
2022-06-02 13:53:38 +02:00
committed by GitHub
parent 1ee585ce58
commit 7f2e6a157b
2 changed files with 3 additions and 2 deletions
@@ -4,6 +4,7 @@ on:
branches:
- release-**v[0-9]+.[0-9]+.[0-9]+ # client
- release-**v[0-9]+ # runtimes
- polkadot-v[0-9]+.[0-9]+.[0-9]+ # cumulus code
workflow_dispatch:
@@ -15,7 +16,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run check
shell: bash
run: ./scripts/ci/github/check-rel-br