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:
- "**/README.md"
- "**/.gitignore"
- "**/.gitaltributes"
- "**/.editorconfig"
- "**/LICENSE.md"
- .github/**
-1
View File
@@ -6,7 +6,6 @@ on:
- "**/README.md"
- "**/LICENSE.md"
- "**/.gitignore"
- "**/.gitattributes"
- "**/.editorconfig"
- .github/**
branches: