Skip to content

Commit

Permalink
[appveyor] fix branch name regex
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Sep 29, 2020
1 parent 9eba164 commit 889e814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ branches:
only:
- master
# We want to build version tags as well.
- /v^\d+\.\d+.*$/
- /^v\d+\.\d+.*$/

install:
# checkout git sub-modules (shallow fetch)
Expand Down

0 comments on commit 889e814

Please sign in to comment.