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 types of HTTP clients for misc uses. This is used in the organization's infrastructure.
Go to Latest
enum WorkflowEvent
import { WorkflowEvent } from "https://deno.land/x/kd_clients@v0.0.5/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.