mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-14 15:42:51 +11:00
make it only run on master branch
This commit is contained in:
parent
a9e843367a
commit
1718d53b1f
1 changed files with 4 additions and 5 deletions
9
.github/workflows/docker.yml
vendored
9
.github/workflows/docker.yml
vendored
|
@ -1,11 +1,10 @@
|
|||
name: Docker CICD
|
||||
|
||||
# Only run after test passes
|
||||
# Only run when theres something on master
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Python CI"]
|
||||
types:
|
||||
- completed
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
|
Loading…
Reference in a new issue