Add release branch checks (#1319)

This commit is contained in:
Chevdor
2022-06-01 14:23:00 +02:00
committed by GitHub
parent 0c4a9f0801
commit faf3563c61
2 changed files with 148 additions and 0 deletions
@@ -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