Skip to content

Commit efef2f7

Browse files
committed
fix: remove if statement in publish workflow
1 parent 98dfda8 commit efef2f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
jobs:
55
publish:
66
name: Install and publish
7-
if: github.event.pull_request.merged == true
87
runs-on: ubuntu-latest
98
steps:
109
- name: Checkout

0 commit comments

Comments
 (0)