build: Ignore .xml files (#27)

This commit is contained in:
Kroese 2024-01-16 01:20:13 +01:00 committed by GitHub
parent adb91fe3c8
commit d057b5bd06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ on:
paths-ignore:
- '**/*.md'
- '**/*.yml'
- '**/*.xml'
- '.gitignore'
- '.dockerignore'
- '.github/**'