Skip to content

Commit

Permalink
Ensure docs are published when a new tag is pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
dfunckt committed Aug 21, 2019
1 parent 68500e5 commit a80f32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ stages:
- pretest
- test
- name: release
if: type != pull_request AND branch = master AND tag IS present
if: type != pull_request AND tag IS present

jobs:
include:
Expand Down

0 comments on commit a80f32b

Please sign in to comment.