make it only run on master branch

This commit is contained in:
Darren 2022-04-03 01:50:39 -04:00 committed by GitHub
parent a9e843367a
commit 1718d53b1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -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: