Skip to content

Commit 8b4e365

Browse files
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

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ name: CI
33
on:
44
push:
55
branches: [ main, develop ]
6-
paths-ignore:
7-
- 'web/**'
86
pull_request:
97
branches: [ main, develop ]
10-
paths-ignore:
11-
- 'web/**'
128

139
env:
1410
# Minimum Go patch release — matches the `toolchain` directive in go.mod

0 commit comments

Comments
 (0)