Skip to content

Commit 2fed0b6

Browse files
authored
ci: update publish.yml
1 parent 1ae4b2c commit 2fed0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
publish:
22-
if: ${{ github.event.ref_type == 'branch' && github.ref == 'refs/heads/master' }}
22+
if: ${{ github.event.ref_type == 'branch' }}
2323
runs-on: ubuntu-latest
2424
permissions:
2525
contents: write

0 commit comments

Comments
 (0)