Skip to content

Commit 387672f

Browse files
committed
Fixed condition.
1 parent 927f00b commit 387672f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: ./.github/workflows/frontend-tests.yml
1111
secrets: inherit
1212
release:
13-
if: github.ref == 'refs/heads/main'|| github.ref == 'refs/heads/master'
13+
if: ${{ github.ref == 'refs/heads/master'|| github.ref == 'refs/heads/main' }}
1414
needs:
1515
- backend
1616
- frontend

0 commit comments

Comments
 (0)