Skip to content

Commit 405424d

Browse files
committed
fix: simplify paths-ignore in build-test workflow to exclude all .github files
1 parent 63c1e21 commit 405424d

2 files changed

Lines changed: 2 additions & 41 deletions

File tree

.github/workflows/.github/aw/actions-lock.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/build-test.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,12 @@ on:
99
paths-ignore:
1010
- 'README.md'
1111
- 'LICENSE'
12-
- '.github/prompts/**'
13-
- '.github/skills/**'
14-
- '.github/scripts/**'
15-
- '.github/templates/**'
16-
- '.github/dependabot.yml'
17-
- '.github/release.yml'
18-
- '.github/workflows/publish-maven.yml'
19-
- '.github/workflows/weekly-upstream-sync.yml'
20-
- '.github/workflows/copilot-issue.yml'
12+
- '.github/**'
2113
pull_request:
2214
paths-ignore:
2315
- 'README.md'
2416
- 'LICENSE'
25-
- '.github/prompts/**'
26-
- '.github/skills/**'
27-
- '.github/scripts/**'
28-
- '.github/templates/**'
29-
- '.github/dependabot.yml'
30-
- '.github/release.yml'
31-
- '.github/workflows/publish-maven.yml'
32-
- '.github/workflows/weekly-upstream-sync.yml'
17+
- '.github/**'
3318
workflow_dispatch:
3419
merge_group:
3520

0 commit comments

Comments
 (0)