Skip to content

Commit ff7b647

Browse files
authored
intermediately stop ignoring *.ymls in commits
1 parent 25562bc commit ff7b647

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ skip_commits:
1414
files:
1515
- docs/*
1616
- '**/*.md'
17-
- '**/*.yml'
17+
# intermediately enable yml changes to trigger builds, because codecov changes only changes the codecov yml ...
18+
# - '**/*.yml'
1819
- license
1920
- License.rtf
2021
branches:

0 commit comments

Comments
 (0)