Only run the publish job on PR merges to main

This commit is contained in:
Zach Plata
2022-04-18 11:12:09 -07:00
committed by Zachary Plata
parent 5c4336b84f
commit 1da73aac05

View File

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