mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
run after everything is complete
This commit is contained in:
parent
84ba7afcc9
commit
2a5514631c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
@ -2,6 +2,9 @@ name: Docker Image CI
|
||||||
|
|
||||||
# Only run after test passes
|
# Only run after test passes
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["Python CI"]
|
workflows: ["Python CI"]
|
||||||
types:
|
types:
|
||||||
|
|
Loading…
Reference in a new issue