Skip to content

Commit

Permalink
ci(travis): add release tags to branch safelist
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Mar 23, 2020
1 parent a6c306a commit 74fce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ branches:
only:
- master
- /^feat/.*$/
- /^fix/.*$/
- /^v\d*\.\d*\.\d*$/
- /^dependabot/.*$/

script: echo "Running tests against $(node -v)..."
Expand Down

0 comments on commit 74fce47

Please sign in to comment.