Skip to content

Commit f8dfe7c

Browse files
authored
Update Publishing Workflow (#411)
* fix: remove a conditional check that blocks the job from running
1 parent 38a8eec commit f8dfe7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ permissions:
1212
jobs:
1313
publish-npm:
1414
runs-on: ubuntu-latest
15-
if: github.ref == 'refs/heads/master'
1615
steps:
1716
- uses: actions/checkout@v4
1817
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)