From 6d6e54afab90da2abc3dae733aceb11f34f7fdfa Mon Sep 17 00:00:00 2001 From: shrumble Date: Thu, 29 Sep 2022 22:30:00 +0200 Subject: [PATCH] Add manual to event enum (#1226) --- pipeline/schema/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/schema/schema.json b/pipeline/schema/schema.json index fe0d94eee..ab31f0cb0 100644 --- a/pipeline/schema/schema.json +++ b/pipeline/schema/schema.json @@ -348,7 +348,7 @@ } }, "event_enum": { - "enum": ["push", "pull_request", "tag", "deployment", "cron"] + "enum": ["push", "pull_request", "tag", "deployment", "cron", "manual"] }, "constraint_list": { "oneOf": [