Add SCHEDULE to GHEvent

This is a valid event for scheduled workflow runs.
This commit is contained in:
Guillaume Smet
2021-04-14 16:19:22 +02:00
parent e66a72387e
commit 696dd90b23
2 changed files with 2 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ public enum GHEvent {
REPOSITORY,
REPOSITORY_IMPORT,
REPOSITORY_VULNERABILITY_ALERT,
SCHEDULE,
SECURITY_ADVISORY,
STAR,
STATUS,