Skip to content

Commit

Permalink
fix: remove if statement in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zplata committed Mar 14, 2023
1 parent 98dfda8 commit efef2f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
jobs:
publish:
name: Install and publish
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit efef2f7

Please sign in to comment.