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