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: types:
- completed - completed
branches: branches:
- main - "main"
jobs: jobs:
deploy: deploy:

View file

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