Skip to content

Commit

Permalink
chore: Update Travis configuration to track release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Nov 28, 2023
1 parent baa7d10 commit ac8bc37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ node-preset: &node # Used internally to share configuration, ignored by travis.
branches:
only:
- master
# detect also branch like release/x.y.z or release/x.y.z-beta.n
- /^release\/\d+\.\d+\.\d+(\-beta.\d+)?$/
# detect also tag like x.y.z or x.y.z-beta.n as travis consider them to be branches
- /^\d+\.\d+\.\d+(\-beta.\d+)?$/
stages:
- prebuild
- build
Expand Down

0 comments on commit ac8bc37

Please sign in to comment.