Skip to content

Instantly share code, notes, and snippets.

@magmanu
magmanu / .zshrc
Last active December 7, 2023 16:34
Useful zsh aliases
mksecret() {
openssl rand -base64 14
}
##################
# Terraform
##################
alias tfi="terraform init"
@magmanu
magmanu / triggers.md
Last active October 11, 2023 14:16
Events that trigger workflows, in logic groups and explicitly showing if they need to be in the default branch in order to trigger the workflow.

Legend:

  • ⤴️ the event trigger only works if the workflow file is on the default branch.
  • ⏺️ any of the event's activity type can trigger workflows (as opposed to selected activity types)
Grouping Triggers       [Source]
Repository pull_request
pull_request_comment
⏺️ pull_request_review
⏺️ pull_request_review_comment
pull_request_target
push
⏺️ merge_group
⏺️ release
⤴️ repository_dispatch
Git create ⤴️ delete ⤴️ ⏺️ label ⤴️ status