Skip to content

Commit 14f5976

Browse files
committed
ci: changing build condition
Signed-off-by: Pawel Psztyc <[email protected]>
1 parent c05d036 commit 14f5976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# env:
2525
# CI: true
2626
build:
27-
if: contains( ['refs/heads/alpha', 'refs/heads/beta', 'refs/heads/master'], github.ref )
27+
if: github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/master'], github.ref
2828
# needs: test
2929
runs-on: ${{ matrix.os }}
3030
strategy:

0 commit comments

Comments
 (0)