mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-14 23:52:55 +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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_run:
|
||||
workflows: ["Python CI"]
|
||||
types:
|
||||
|
|
Loading…
Reference in a new issue