Commit beaa9a8
Guard release job against non-tag workflow_dispatch runs
Add `if: startsWith(github.ref, 'refs/tags/')` to the release job
so workflow_dispatch triggers can test build without failing on
the gh-release action which requires a tag ref.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 59cc190 commit beaa9a8
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments