Attempt to only build docker when master + push
parent
5f86d41f09
commit
ca1821e314
|
@ -83,6 +83,12 @@ jobs:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
stages:
|
||||
- name: deploy
|
||||
if: branch = master AND \
|
||||
type = push
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
slack:
|
||||
|
|
Loading…
Reference in New Issue