GitHub/Workflow/Events

From Omnia
Jump to navigation Jump to search

Events

https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows

Events that Must Be on Default Branch

  • branch_protection_rule
  • check_run
  • check_suite
  • delete
  • discussion
  • discussion_comment
  • fork
  • gollum
  • issue_comment
  • issues
  • label
  • milestone
  • page_build
  • project
  • project_card
  • project_column
  • public
  • registry_package
  • repository_dispatch
  • schedule
  • status
  • watch
  • workflow_dispatch
  • workflow_run

Events that Are Free Game

  • create
  • deployment
  • deployment_status
  • merge_group
  • pull_request ******** interesting ******
  • pull_request_comment
  • pull_request_review
  • pull_request_review_comment
  • pull_request_target
  • push
  • release
  • workflow_call