Commit 2aed5db
ci: trigger workflow on tag pushes so publish job runs
The publish job requires `startsWith(github.ref, 'refs/tags/v')` but
the workflow only triggered on `push: branches: [master]`, which
excluded tag pushes entirely. Added `tags: ['v*']` to the push trigger.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 709cf3b commit 2aed5db
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments