We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b8f98 commit c5d3bfeCopy full SHA for c5d3bfe
1 file changed
.github/appveyor.yml
@@ -4,3 +4,20 @@ build_script:
4
- cmd: PCbuild\build.bat -e
5
test_script:
6
- cmd: PCbuild\rt.bat -q -uall -rwW --slowest --timeout=1200 -j0
7
+
8
+# Only trigger AppVeyor if actual code or its configuration changes
9
+only_commits:
10
+ files:
11
+ - .github/appveyor.yml
12
+ - .gitattributes
13
+ - Grammar/
14
+ - Include/
15
+ - Lib/
16
+ - Modules/
17
+ - Objects/
18
+ - PC/
19
+ - PCBuild/
20
+ - Parser/
21
+ - Programs/
22
+ - Python/
23
+ - Tools/
0 commit comments