Skip to content

Commit d5d5a1a

Browse files
committed
ci: fixing GH file syntax
Signed-off-by: Pawel Psztyc <[email protected]>
1 parent 14f5976 commit d5d5a1a

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: github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/master'], github.ref
27+
if: github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/master'
2828
# needs: test
2929
runs-on: ${{ matrix.os }}
3030
strategy:

0 commit comments

Comments
 (0)