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