Skip to content

Commit 7f7de37

Browse files
authored
Kill the AppVeyor file whitelist (GH-5121)
It's more trouble than it's worth, since AppVeyor only checks the HEAD commit of a PR rather than the full diff against the base branch to decide which files changed.
1 parent af11a15 commit 7f7de37

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/appveyor.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,3 @@ environment:
1616
HOST_PYTHON: C:\Python36\python.exe
1717
image:
1818
- Visual Studio 2017
19-
20-
# Only trigger AppVeyor if actual code or its configuration changes
21-
only_commits:
22-
files:
23-
- .github/appveyor.yml
24-
- .gitattributes
25-
- Grammar/
26-
- Include/
27-
- Lib/
28-
- Modules/
29-
- Objects/
30-
- PC/
31-
- PCbuild/
32-
- Parser/
33-
- Programs/
34-
- Python/
35-
- Tools/

0 commit comments

Comments
 (0)