From 424a32c966e27c52bf7223625f913818ccaefbb5 Mon Sep 17 00:00:00 2001 From: ecrupper Date: Fri, 3 Nov 2023 12:24:51 -0500 Subject: [PATCH] fix(schema): add schedule to the event options --- cmd/schema/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/schema/main.go b/cmd/schema/main.go index af57b060..4adc0e70 100644 --- a/cmd/schema/main.go +++ b/cmd/schema/main.go @@ -98,6 +98,7 @@ func main() { "pull_request:opened", "pull_request:synchronize", "push", + "schedule", "tag", }, "path": {},