Merge pull request #392 from EFForg/ci-restore-main-workflow-call

fix(ci): restore deleted workflow_call trigger
This commit is contained in:
oopsbagel
2025-06-14 02:45:25 +00:00
committed by GitHub

View File

@@ -5,6 +5,7 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_call: # required to call this workflow from another workflow like release.yml
env:
CARGO_TERM_COLOR: always