Skip to content

Commit

Permalink
Fix travis docker stage rules to avoid running on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed Oct 29, 2019
1 parent dddad56 commit fcf1b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python:
stages:
- test
- name: dockerize
if: branch = master OR tag IS present
if: branch = master AND type = push OR tag IS present

jobs:
include:
Expand Down

0 comments on commit fcf1b7c

Please sign in to comment.