Skip to content

Commit c5d3bfe

Browse files
authored
Only trigger AppVeyor on code or config changes (GH-611)
1 parent d3b8f98 commit c5d3bfe

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/appveyor.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,20 @@ build_script:
44
- cmd: PCbuild\build.bat -e
55
test_script:
66
- 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

Comments
 (0)