Browse Source

limit builds to only the master branch

sabrogden 5 years ago
parent
commit
aa017c55f8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      appveyor.yml

+ 4 - 0
appveyor.yml

@@ -3,6 +3,10 @@ image: Visual Studio 2019
 version: 3.24.{build}.0
 
 clone_folder: c:\projects\ditto
+
+branches:
+  only:
+    - master
     
 install:
 - set INNO_SETUP_PATH=C:\Program Files (x86)\Inno Setup 6