Skip to content

Commit 2e94f94

Browse files
Refine path filter: exclude internal workflows, drop linters
1 parent 3c5bead commit 2e94f94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Auto-Release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ on:
1414
- labeled
1515
paths:
1616
- '.github/workflows/**'
17-
- '.github/linters/**'
17+
- '!.github/workflows/Auto-Release.yml'
18+
- '!.github/workflows/Linter.yml'
19+
- '!.github/workflows/Workflow-Test-*'
1820

1921
concurrency:
2022
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)