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 927f00b commit 387672fCopy full SHA for 387672f
.github/workflows/test-and-release.yml
@@ -10,7 +10,7 @@ jobs:
10
uses: ./.github/workflows/frontend-tests.yml
11
secrets: inherit
12
release:
13
- if: github.ref == 'refs/heads/main'|| github.ref == 'refs/heads/master'
+ if: ${{ github.ref == 'refs/heads/master'|| github.ref == 'refs/heads/main' }}
14
needs:
15
- backend
16
- frontend
0 commit comments