Skip to content

Commit bc401f1

Browse files
committed
Prevent duplicate AppVeyor builds.
This was configured in the UI, however the UI is ignored when there's a YAML config file.
1 parent bfdcb57 commit bc401f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
branches:
2+
only:
3+
- master
4+
5+
skip_branch_with_pr: true
6+
17
environment:
28
# websockets only works on Python >= 3.4.
39
CIBW_SKIP: cp27-* cp33-*

0 commit comments

Comments
 (0)