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 9fa475f commit 1e71c24Copy full SHA for 1e71c24
.github/workflows/ci.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - 'release/v**'
8
pull_request:
9
10
@@ -23,14 +24,12 @@ jobs:
23
24
uses: ./.github/workflows/build.yml
25
needs: tests
26
if: ${{ !startsWith(github.head_ref, 'release/v') }}
- secrets: inherit
27
28
release:
29
name: Release
30
uses: ./.github/workflows/release.yml
31
32
if: ${{ startsWith(github.head_ref, 'release/v') }}
33
34
permissions:
35
contents: write
36
0 commit comments