Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name: CI
on:
push:
branches: [main]
# Skip CI for docs-only changes on push to main
# Skip CI for docs-only and metadata changes on push to main
paths-ignore:
- '**.md'
- 'docs/**'
- 'examples/**'
- '.github/**'
- '!.github/workflows/**'
- '.gitignore'
pull_request:
branches: [main]
# Always run on PRs (for review), but individual jobs can skip if needed
Expand Down
Loading