Skip to content

Commit 8a58743

Browse files
committed
ci(branches): only build on master
1 parent 7aebb77 commit 8a58743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ stages:
3737
if: branch = master AND type = push AND fork = false
3838

3939
branches:
40-
except:
41-
- /^v\d+\.\d+\.\d+$/
40+
only:
41+
- master

0 commit comments

Comments
 (0)