We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6490122 + 2acc298 commit 92cfad7Copy full SHA for 92cfad7
.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