Skip to content

Commit c7f8508

Browse files
committed
ci: Fix validate workflow triggers
1 parent adc7b1b commit c7f8508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Validate
22
on:
3-
workflow_dispatch:
3+
workflow_call:
44
pull_request:
55
push:
66
branches:

0 commit comments

Comments
 (0)