Skip to content

Commit 40aab46

Browse files
author
Alan Christie
committed
- Now do we deploy just checking for tag (ignoring branch)
1 parent e8e999c commit 40aab46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stages:
2121
- name: test
2222
if: not tag is present
2323
- name: deploy
24-
if: tag is present and branch = master
24+
if: tag is present
2525

2626
# Run Travis on all branches
2727
# (normally it only runs on master)

0 commit comments

Comments
 (0)