Commit 8b4e365
authored
chore(ci): drop stale web/** paths-ignore after web extraction (#213)
The web/ directory was moved to its own repo in #207, but the CI
workflow still carried a `paths-ignore: 'web/**'` filter on both push
and pull_request. With web/ gone the rule never matches anything and
is dead config — remove it so the trigger blocks accurately reflect
the repo layout.
No CodeQL changes needed: GitHub's default-setup auto-detected the
language change after #207 (current config: actions + go, no JS/TS),
and there are zero open code-scanning alerts.1 parent a41207c commit 8b4e365
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | | - | |
11 | | - | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
| |||
0 commit comments