Commit f7b8020
committed
fix: add workflow_call trigger to ci.yml for publish workflow
The publish.yml workflow calls ci.yml but ci.yml was missing the
workflow_call trigger, causing the release to fail.
This enables ci.yml to be reused by other workflows.1 parent 22eb5fb commit f7b8020
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments