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 14f5976 commit d5d5a1aCopy full SHA for d5d5a1a
.github/workflows/test-and-publish.yml
@@ -24,7 +24,7 @@ jobs:
24
# env:
25
# CI: true
26
build:
27
- if: github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/master'], github.ref
+ if: github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/master'
28
# needs: test
29
runs-on: ${{ matrix.os }}
30
strategy:
0 commit comments