Skip to content

Commit 4319bd6

Browse files
committed
Fix the CI release process
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent ef00df2 commit 4319bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- docker push "$DOCKER_TAG_LATEST"
136136

137137
- stage: Deploy new release on GitHub
138-
if: type = push AND branch = master AND tag IS present
138+
if: type = push AND tag IS present
139139
before_install: skip
140140
install: skip
141141
script: skip
@@ -147,7 +147,7 @@ jobs:
147147
tags: true
148148

149149
- stage: Deploy new release on PyPI
150-
if: type = push AND branch = master AND tag IS present
150+
if: type = push AND tag IS present
151151
before_install: skip
152152
install: skip
153153
script: skip

0 commit comments

Comments
 (0)