We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7dbe4e commit e42da93Copy full SHA for e42da93
1 file changed
.github/workflows/main.yml
@@ -6,9 +6,9 @@ jobs:
6
build:
7
needs: check
8
uses: ./.github/workflows/build.yml
9
- if: startsWith(github.head_ref, 'refs/heads/release-')
+ if: ${{ startsWith(github.head_ref, 'refs/heads/release-') }}
10
deploy:
11
needs: build
12
uses: ./.github/workflows/deploy.yml
13
secrets: inherit
14
0 commit comments