Skip to content

Commit

Permalink
fix: Added condition to deploy specific regex match tags (twilio#138)
Browse files Browse the repository at this point in the history
Co-authored-by: ravali.rimmalapudi <lakshmiravali.rimmalapudi@gmail.com>
  • Loading branch information
ravali-rimmalapudi and lakshmiravalir committed Aug 6, 2021
1 parent d650f8e commit 2b73c97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ deploy:
edge: true
on:
tags: true
condition: $TRAVIS_TAG =~ ^[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+$
node: lts/*
notifications:
slack:
Expand Down

0 comments on commit 2b73c97

Please sign in to comment.