1
0
mirror of https://github.com/daniviga/bite.git synced 2025-04-18 22:00:11 +02:00

Extend travis push conditions

This commit is contained in:
Daniele Viganò 2020-06-20 00:10:01 +02:00
parent 0b0c73a50a
commit e27b77a4c9
Signed by: dani
GPG Key ID: DB49AFC03C40EE02

View File

@ -16,7 +16,7 @@ jobs:
- docker-compose -f docker/docker-compose.yml build
- docker push daniviga/bite
- docker push daniviga/ntpd
if: branch = master
if: (branch = master) AND (NOT (type IN (pull_request)))
- stage: django
install:
- docker-compose -f docker/docker-compose.yml pull