feat: adding workflow_dispatch webhook event

This commit is contained in:
Callum
2021-10-09 10:07:07 +01:00
parent 8657a34f32
commit d36d47fe66
4 changed files with 67 additions and 3 deletions

View File

@@ -157,6 +157,18 @@ spec:
push:
description: PushSpec is the condition for triggering scale-up on push event Also see https://docs.github.com/en/actions/reference/events-that-trigger-workflows#push
type: object
workflowDispatch:
description: WorkflowDispatchSpec is the condition for triggering scale-up on workflow_dispatch event Also see https://docs.github.com/en/actions/reference/events-that-trigger-workflows#workflow_dispatch
properties:
branches:
items:
type: string
type: array
branchesIgnore:
items:
type: string
type: array
type: object
type: object
type: object
type: array