fix(ci): restore deleted workflow_call trigger

This is required to call this workflow from another workflow, such as
the release.yml workflow.
This commit is contained in:
oopsbagel
2025-06-13 19:38:49 -07:00
parent 5dfbeaef64
commit c366eb9e4d

View File

@@ -5,6 +5,7 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_call:
env:
CARGO_TERM_COLOR: always