Skip to content

Commit 6405a30

Browse files
Remove inappropriate check in publish workflow
1 parent 956826d commit 6405a30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
jobs:
77
publish:
88
runs-on: ubuntu-latest
9-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
109
steps:
1110
- uses: actions/checkout@v4
1211
- name: Publish

0 commit comments

Comments
 (0)