Skip to content

Commit

Permalink
make the regexes for branches more strict (#5504)
Browse files Browse the repository at this point in the history
We don't want them to build when dependabot makes a branch like
dependabot/github_actions/actions/upload-artifact-v2.2.0.
  • Loading branch information
reaperhulk committed Oct 25, 2020
1 parent 8be1d4b commit ada53e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -13,8 +13,8 @@ cache:
branches:
only:
- master
- /\d+\.\d+\.x/
- /\d+\.\d+(\.\d+)?/
- /^\d+\.\d+\.x$/
- /^\d+\.\d+(\.\d+)?$/

matrix:
include:
Expand Down

0 comments on commit ada53e7

Please sign in to comment.