Skip to content

Commit

Permalink
Restrict AppVeyor builds to master branch
Browse files Browse the repository at this point in the history
This avoids duplicate builds on PRs submitted from a branch in the same
repository.
  • Loading branch information
zeux committed Nov 16, 2023
1 parent 1e3d6f1 commit d99aa00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
branches:
only:
- master

image:
- Visual Studio 2022
- Visual Studio 2019
Expand Down

0 comments on commit d99aa00

Please sign in to comment.