Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Remove branch condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Fogapod committed Nov 4, 2019
1 parent 348333d commit bb93eb1
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 @@ -76,7 +76,7 @@ jobs:
- make examples

- stage: deploy
if: (branch = master) AND (tag IS present)
if: tag IS present
python: *default_py
install:
- pip install -r requirements/wheels.txt
Expand Down

0 comments on commit bb93eb1

Please sign in to comment.