Skip to content

Commit 157be7c

Browse files
authored
[3.6] Kill the AppVeyor file whitelist (GH-5122)
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. (cherry picked from commit 7f7de37)
1 parent e295739 commit 157be7c

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
@@ -17,20 +17,3 @@ environment:
1717
image:
1818
- Visual Studio 2015
1919
- Visual Studio 2017
20-
21-
# Only trigger AppVeyor if actual code or its configuration changes
22-
only_commits:
23-
files:
24-
- .github/appveyor.yml
25-
- .gitattributes
26-
- Grammar/
27-
- Include/
28-
- Lib/
29-
- Modules/
30-
- Objects/
31-
- PC/
32-
- PCBuild/
33-
- Parser/
34-
- Programs/
35-
- Python/
36-
- Tools/

0 commit comments

Comments
 (0)