Skip to content

Instantly share code, notes, and snippets.

View Starttoaster's full-sized avatar

Starttoaster

  • Chia Network Inc.
  • Washington
View GitHub Profile
@wallentx
wallentx / triggers.md
Created August 7, 2024 18:30
GitHub Actions events that trigger summary

branch_protection_rule

Triggers when branch protection rules are created, edited, or deleted in the repository.

on:
  branch_protection_rule:
    types: [created, deleted]

check_run

Triggers on events related to check runs, such as creation, re-request, completion, and requested action.