Skip to content

Commit 1715884

Browse files
Eddie Aftandiliangoogle-java-format Team
authored andcommitted
Disable Appveyor builds on branches.
Our account for Appveyor allows only 1 concurrent build. Our current Appveyor config builds every commit to a PR twice -- once as the PR and once as the branch. This CL updates our Appveyor config to disable builds on branches, so we get only one build per PR commit. PiperOrigin-RevId: 320734870
1 parent 02a072f commit 1715884

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,4 +1,10 @@
1+
# Don't build branches that are not PRs, to avoid double builds.
2+
branches:
3+
only:
4+
- master
5+
16
os: Visual Studio 2015
7+
28
install:
39
- ps: |
410
Add-Type -AssemblyName System.IO.Compression.FileSystem

0 commit comments

Comments
 (0)