Skip to content

Commit a2fcdc1

Browse files
committed
💚 refactor CI workflow trigger from workflow_dispatch to workflow_call
1 parent 8671ec7 commit a2fcdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ main ]
66
pull_request:
77
branches: [ main ]
8-
workflow_dispatch:
8+
workflow_call:
99

1010
permissions:
1111
contents: read

0 commit comments

Comments
 (0)