Skip to content

Commit 7ba12aa

Browse files
author
Wolfe-Jam
committed
ci: paths-ignore docs-only pushes on main
README/docs/LICENSE must not re-run full championship CI. PR still runs full suite. Prevents noise + pre-existing flake burns.
1 parent 53f074f commit 7ba12aa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: 🏁 Championship CI/CD
33
on:
44
push:
55
branches: [ main, develop ]
6+
paths-ignore:
7+
- '**.md'
8+
- 'docs/**'
9+
- 'LICENSE*'
10+
- '.gitignore'
611
pull_request:
712
branches: [ main ]
813
release:

0 commit comments

Comments
 (0)