Skip to content

Commit 2b73c97

Browse files
fix: Added condition to deploy specific regex match tags (twilio#138)
Co-authored-by: ravali.rimmalapudi <[email protected]>
1 parent d650f8e commit 2b73c97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ deploy:
1818
edge: true
1919
on:
2020
tags: true
21+
condition: $TRAVIS_TAG =~ ^[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+$
2122
node: lts/*
2223
notifications:
2324
slack:

0 commit comments

Comments
 (0)