Skip to content

Commit c483dd7

Browse files
committed
Add workflow_dispatch event for manifest validation
1 parent 69e05af commit c483dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# That's one of the reasons we need the schedule to validate the versions-manifest.json file
66
schedule:
77
- cron: '0 8,20 * * *'
8-
8+
workflow_dispatch:
99
pull_request:
1010
branches:
1111
- main

0 commit comments

Comments
 (0)