mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 12:57:58 +00:00
Add release branch checks (#1319)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
name: Release branch check
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- release-**v[0-9]+.[0-9]+.[0-9]+ # client
|
||||
- release-**v[0-9]+ # runtimes
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
tag_rc:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Run check
|
||||
shell: bash
|
||||
run: ./scripts/ci/github/check-rel-br
|
||||
Reference in New Issue
Block a user