Skip to content

Commit e42da93

Browse files
committed
Update main.yml
1 parent f7dbe4e commit e42da93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
build:
77
needs: check
88
uses: ./.github/workflows/build.yml
9-
if: startsWith(github.head_ref, 'refs/heads/release-')
9+
if: ${{ startsWith(github.head_ref, 'refs/heads/release-') }}
1010
deploy:
1111
needs: build
1212
uses: ./.github/workflows/deploy.yml
1313
secrets: inherit
14-
if: startsWith(github.head_ref, 'refs/heads/release-')
14+
if: ${{ startsWith(github.head_ref, 'refs/heads/release-') }}

0 commit comments

Comments
 (0)