Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudroques committed Sep 26, 2019
2 parents d73b61a + a985880 commit aa9172f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ services:
stages:
- build
- name: docker-tag
if: tag IS present
if: (tag IS present) AND (branch = master) AND (type != pull_request)
- name: docker-push
if: branch = master
if: (branch = master) AND (type != pull_request)

jobs:
include:
Expand Down

0 comments on commit aa9172f

Please sign in to comment.