Commit 1b573c6
fix: correct event name check in release workflow
The release step was checking for 'push' event, but the workflow
triggers on 'workflow_run'. Changed to check for 'workflow_run'
so automatic releases work when Test workflow completes on main.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 4c3f730 commit 1b573c6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments