chore: remove ignore path from workflows

This commit is contained in:
Stevan Freeborn
2025-02-14 00:22:12 -06:00
parent 3073a4038e
commit 7bed6cb2c1
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -5,7 +5,6 @@ on:
paths-ignore: paths-ignore:
- "**/README.md" - "**/README.md"
- "**/.gitignore" - "**/.gitignore"
- "**/.gitaltributes"
- "**/.editorconfig" - "**/.editorconfig"
- "**/LICENSE.md" - "**/LICENSE.md"
- .github/** - .github/**
-1
View File
@@ -6,7 +6,6 @@ on:
- "**/README.md" - "**/README.md"
- "**/LICENSE.md" - "**/LICENSE.md"
- "**/.gitignore" - "**/.gitignore"
- "**/.gitattributes"
- "**/.editorconfig" - "**/.editorconfig"
- .github/** - .github/**
branches: branches: