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