These appear to be important?

This commit is contained in:
David Baker 2022-12-21 13:09:41 +00:00
parent f67eb328bf
commit 6bc5b16b02
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ on:
types:
- completed
branches:
- main
- "main"
jobs:
deploy:

View file

@ -5,7 +5,7 @@ on:
types:
- completed
branches-ignore:
- main
- "main"
jobs:
deploy:
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request'