Skip to content

Commit 03f840a

Browse files
committed
fix: Add workflow_call trigger to test.yml for reusability
Makes the test workflow callable from other workflows like release.yml
1 parent 1c19197 commit 03f840a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
branches: [ main ]
88
workflow_dispatch:
9+
workflow_call:
910

1011
jobs:
1112
test:

0 commit comments

Comments
 (0)