mirror of
https://github.com/actions/python-versions.git
synced 2025-04-07 07:49:41 +00:00
Add workflow_dispatch event for manifest validation
This commit is contained in:
2
.github/workflows/validate-manifest.yml
vendored
2
.github/workflows/validate-manifest.yml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
# That's one of the reasons we need the schedule to validate the versions-manifest.json file
|
# That's one of the reasons we need the schedule to validate the versions-manifest.json file
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 8,20 * * *'
|
- cron: '0 8,20 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
Reference in New Issue
Block a user