Skip to content

Commit d057b5b

Browse files
authored
build: Ignore .xml files (#27)
1 parent adb91fe commit d057b5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths-ignore:
99
- '**/*.md'
1010
- '**/*.yml'
11+
- '**/*.xml'
1112
- '.gitignore'
1213
- '.dockerignore'
1314
- '.github/**'

0 commit comments

Comments
 (0)