Skip to content

Commit c172d6f

Browse files
authored
chore: restrict Travis' matching of release tags
It used to also match "within" the branch name, which was not the intended behavior.
1 parent dddb825 commit c172d6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: minimal
33
branches:
44
only:
55
- master
6-
- /v\d+\.\d+.\d+/
6+
- /^v\d+\.\d+.\d+$/
77

88
cache:
99
yarn: true

0 commit comments

Comments
 (0)