We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3f3f3 commit 233aeeeCopy full SHA for 233aeee
1 file changed
.travis.yml
@@ -6,8 +6,8 @@ python:
6
stages:
7
- name: Tests
8
if: type = pull_request
9
- - deploy
10
- if : tag IS present
+ - name: deploy
+ if: tag IS present
11
12
jobs:
13
include:
0 commit comments