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