Skip to content

Commit 948e2b3

Browse files
change to branches: except: in travis.yml
1 parent 64ed824 commit 948e2b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ deploy:
7474
on:
7575
repo: mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration
7676
tags: false
77-
all_branches: true
77+
#all_branches: true
78+
branches:
79+
except:
80+
- /^v[0-9]/
7881
notifications:
7982
email: false

0 commit comments

Comments
 (0)