From aa1b6a87eb2aeec7a7aff10d0d86c58f025eab9b Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 21 Feb 2019 16:01:31 -0500 Subject: [PATCH] Try harder to stop the branch builds. --- .appveyor.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 5d59dde2c..c01b10912 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -23,9 +23,25 @@ install: # We have a custom "build" system. We don't need MSBuild or whatever. build: off -# Do not build feature branch with open Pull Requests +# Do not build feature branch with open pull requests. This is documented but +# it's not clear it does anything. skip_branch_with_pr: true +# This, perhaps, is effective. +branches: + # whitelist + only: + - 'master' + +skip_commits: + files: + # The Windows builds are unaffected by news fragments. + - 'newsfragments/*' + # Also, all this build junk. + - '.circleci/*' + - '.lgtm.yml' + - '.travis.yml' + # we run from C:\projects\tahoe-lafs test_script: