Skip to content

Commit 58d22a3

Browse files
committed
Fix workflow trigger to allow manual dispatch
1 parent 4e3843d commit 58d22a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Update wp-cli framework
22

33
on:
4-
workflow_call:
4+
workflow_dispatch:
55
push:
66
branches:
77
- main

0 commit comments

Comments
 (0)