Variable: githubActionsTriggerEvents
const githubActionsTriggerEvents: readonly [
"branch_protection_rule",
"check_run",
"check_suite",
"create",
"delete",
"deployment",
"deployment_status",
"discussion",
"discussion_comment",
"fork",
"gollum",
"image_version",
"issue_comment",
"issues",
"label",
"merge_group",
"milestone",
"page_build",
"public",
"pull_request",
"pull_request_review",
"pull_request_review_comment",
"pull_request_target",
"push",
"registry_package",
"release",
"repository_dispatch",
"schedule",
"status",
"watch",
"workflow_call",
"workflow_dispatch",
"workflow_run",
];
Defined in: _internal/github-actions-trigger-events.ts:11
Valid workflow trigger events documented by GitHub.
Seeโ
https://docs.github.com/en/actions/reference/events-that-trigger-workflows