Skip to content

Commit

Permalink
build: Try updating appveyor rule to build on tag regexes
Browse files Browse the repository at this point in the history
Branch exclusions cause problems with tag builds. Apparently using a
regex for the tag should work?
  • Loading branch information
qdot committed May 24, 2018
1 parent c3313f9 commit a580beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,6 +1,6 @@
branches:
only:
- master
- /master|^\d+\.\d+\.\d+$/

configuration:
- Debug
Expand Down

0 comments on commit a580beb

Please sign in to comment.