Skip to content

Commit 6fc2ab8

Browse files
ryan-williamsclaude
andcommitted
Skip Python CI on www-only changes
Add `paths-ignore` for `www/**` and `.github/workflows/www-ci.yml` to avoid running Python tests when only frontend code changes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f819220 commit 6fc2ab8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@ name: CI
22
on:
33
push:
44
branches: [ main ]
5+
paths-ignore:
6+
- 'www/**'
7+
- '.github/workflows/www-ci.yml'
58
pull_request:
69
branches: [ main ]
10+
paths-ignore:
11+
- 'www/**'
12+
- '.github/workflows/www-ci.yml'
713
workflow_dispatch:
814

915
jobs:

0 commit comments

Comments
 (0)