Skip to content

Commit 3c2c97c

Browse files
committed
build: Only build PRs and master on appveyor
No longer build branches on initial push, only on PR.
1 parent ef58d5d commit 3c2c97c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
branches:
2-
except:
3-
- gh-pages
2+
only:
3+
- master
44

55
configuration:
66
- Debug

0 commit comments

Comments
 (0)