Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryancheley/learning-github-actions

Learning what each of the workflow items does
https://github.com/ryancheley/learning-github-actions

Last synced: about 1 month ago
JSON representation

Learning what each of the workflow items does

Awesome Lists containing this project

README

        

# learning-github-actions
Learning what each of the workflow items does

## Workflow Triggers

These are the current [workflow triggers](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows) that I'll be trying to figure out and have working examples of:

- [ ] [branch_protection_rule](https://github.com/ryancheley/learning-github-actions/issues/21)
- [ ] [check_run](https://github.com/ryancheley/learning-github-actions/issues/22)
- [ ] check_suite
- [ ] create
- [ ] delete
- [ ] deployment
- [ ] deployment_status
- [ ] discussion
- [ ] discussion_comment
- [ ] fork
- [ ] gollum
- [ ] issue_comment
- [ ] issues
- [ ] label
- [ ] merge_group
- [ ] milestone
- [ ] page_build
- [ ] project
- [ ] project_card
- [ ] project_column
- [ ] public
- [ ] pull_request
- [ ] pull_request_comment (use issue_comment)
- [ ] 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