Skip to content

Commit a580beb

Browse files
committed
build: Try updating appveyor rule to build on tag regexes
Branch exclusions cause problems with tag builds. Apparently using a regex for the tag should work?
1 parent c3313f9 commit a580beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
branches:
22
only:
3-
- master
3+
- /master|^\d+\.\d+\.\d+$/
44

55
configuration:
66
- Debug

0 commit comments

Comments
 (0)