Add workflow_dispatch event for manifest validation

This commit is contained in:
MaksimZhukov
2022-12-05 22:03:35 +01:00
parent 69e05af37b
commit c483dd7702

View File

@ -5,7 +5,7 @@ on:
# That's one of the reasons we need the schedule to validate the versions-manifest.json file
schedule:
- cron: '0 8,20 * * *'
workflow_dispatch:
pull_request:
branches:
- main