We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c7fdb commit 7fe4a75Copy full SHA for 7fe4a75
.github/workflows/ci.yaml
@@ -4,6 +4,7 @@ on:
4
jobs:
5
check-version:
6
runs-on: ubuntu-latest
7
+ if: startsWith(github.head_ref, 'release-')
8
steps:
9
- name: Check out repository code
10
uses: actions/checkout@v3
.github/workflows/release.yaml
@@ -2,7 +2,7 @@ name: Release
2
on:
3
push:
branches:
- - main
+ - release-*
create-new-version-tag:
0 commit comments