Update .github/workflows/deploy.yml
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -3,7 +3,8 @@ name: Deploy Project
|
|||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: build-and-push
|
workflows: build-and-push
|
||||||
types: [ completed ] #requested
|
types:
|
||||||
|
- completed #requested
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
on-success:
|
on-success:
|
||||||
|
Reference in New Issue
Block a user