These appear to be important?
This commit is contained in:
parent
f67eb328bf
commit
6bc5b16b02
2 changed files with 2 additions and 2 deletions
2
.github/workflows/netlify-main.yaml
vendored
2
.github/workflows/netlify-main.yaml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
types:
|
||||
- completed
|
||||
branches:
|
||||
- main
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
2
.github/workflows/netlify-pr.yaml
vendored
2
.github/workflows/netlify-pr.yaml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue