summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/appveyor.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml
index 96674ce..b8a01c3 100644
--- a/.github/appveyor.yml
+++ b/.github/appveyor.yml
@@ -17,20 +17,3 @@ environment:
image:
- Visual Studio 2015
- Visual Studio 2017
-
-# Only trigger AppVeyor if actual code or its configuration changes
-only_commits:
- files:
- - .github/appveyor.yml
- - .gitattributes
- - Grammar/
- - Include/
- - Lib/
- - Modules/
- - Objects/
- - PC/
- - PCBuild/
- - Parser/
- - Programs/
- - Python/
- - Tools/