Skip to content

Commit

Permalink
Merge commit '2acc2982350e8500e3fbd534b26bcdaa1c00a14b'
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Oct 11, 2021
2 parents 6490122 + 2acc298 commit 92cfad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

stages:
- name: test
if: NOT (branch IN (develop,master)) AND (NOT(branch==^untagged.*))
if: NOT (branch IN (develop,master)) AND (NOT(branch==^Release.*))
- name: merge (develop --> master)
if: branch==develop AND NOT(type==pull_request)
- name: deploy
Expand Down

0 comments on commit 92cfad7

Please sign in to comment.