ci: Ignore .editorconfig in workflows

This commit is contained in:
Nick Bolton
2024-10-15 22:52:33 +01:00
parent e2a0a97705
commit 8424ffa438
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ on:
paths-ignore:
- '**/*.md'
- '.github/ISSUE_TEMPLATE/**'
- '.editorconfig'
- '.env-example'
- '.gitignore'
- '.gitattributes'

View File

@ -15,6 +15,7 @@ on:
paths-ignore:
- '**/*.md'
- '.github/ISSUE_TEMPLATE/**'
- '.editorconfig'
- '.env-example'
- '.gitignore'
- '.gitattributes'