Skip to content

Commit 6206e7b

Browse files
committed
Fix GitHub Actions workflow: remove conflicting paths-ignore and paths definitions (refs #71)
- Remove paths-ignore from push event to resolve invalid workflow file error - Keep paths definition to trigger on logger-related files - Fixes GitHub Actions validation error about conflicting path filters
1 parent 50e33a2 commit 6206e7b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
- "!scripts/testing/test-suites.zsh"
1010
- "!scripts/testing/run-tests.zsh"
1111
push:
12-
paths-ignore:
13-
- "docs/**"
14-
- "*.md"
1512
branches:
1613
- main
1714
- develop

0 commit comments

Comments
 (0)