Fix publish workflow to prevent accidental publishes

This commit is contained in:
Zach Plata
2022-05-04 13:14:53 -07:00
committed by Luigi Rosso
parent 92c7af2343
commit a95209fbde

View File

@ -8,6 +8,7 @@ on:
jobs:
merge_job:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- uses: actions/checkout@v2
with: