Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/core/Enums.ts>WorkflowEvent

Various HTTP clients for miscellaneous use.
Latest
enum WorkflowEvent
import { WorkflowEvent } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/core/Enums.ts";

Different types of events that trigger a workflow run.

Members

any = "*"

The workflow was triggered by anything

issue = "issue"

The workflow was trigger by an issue event.

pullRequest = "pull_request"

The workflow was triggered via a pull request.

push = "push"

The workflow was triggered via a GIT push.