Skip to content

Commit b516d2f

Browse files
committed
Correct branch regex
1 parent 761a98c commit b516d2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ branches:
1818
only:
1919
- master
2020
- development
21+
- /^release\/.*$/
22+
- /^hotfix\/.*$/
23+
- /^[vV]?\d+\.\d+\.\d+$/ # matches e.g., v1.2.3, 1.2.3, V1.2.3
2124

2225
# added to make logs look cleaner, crisper, certified fresh
2326
before_install: unset _JAVA_OPTIONS

0 commit comments

Comments
 (0)