There was an error while loading. Please reload this page.
2 parents 3c29f72 + f11c919 commit fa8e5a3Copy full SHA for fa8e5a3
.travis.yml
@@ -45,7 +45,7 @@ jobs:
45
46
stages:
47
- name: test
48
- if: NOT (branch IN (develop,master))
+ if: NOT (branch IN (develop,master)) AND (NOT(branch==^untagged.*))
49
- name: merge (develop --> master)
50
if: branch==develop AND NOT(type==pull_request)
51
- name: deploy
0 commit comments