These appear to be important?
This commit is contained in:
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'
|
||||
|
||||
Reference in New Issue
Block a user