Skip to content

Commit b74ec34

Browse files
committed
delete skip condition
1 parent 498aab6 commit b74ec34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
release:
77
# needs: test
88
runs-on: ubuntu-latest
9-
if: github.ref == 'refs/heads/master'
9+
#if: github.ref == 'refs/heads/master'
1010
name: npm upload
1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)