Commit 97f4c4a
committed
Run CI on all pushes, guard publish to tag-only
Instead of a separate ci.yml (which GitHub Actions won't discover
from a feature branch), consolidate into a single workflow that
triggers on all pushes and PRs. The test jobs always run; the
publish job is guarded with `if: startsWith(github.ref, 'refs/tags/v')`
so it only executes on version tag pushes.
https://claude.ai/code/session_01RBbLduNgvjWctN2Dj12UDY1 parent da48e1c commit 97f4c4a
2 files changed
Lines changed: 5 additions & 44 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments