Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryancheley/learning-github-actions
- Owner: ryancheley
- License: unlicense
- Created: 2023-08-26T17:52:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T13:46:00.000Z (over 1 year ago)
- Last Synced: 2024-11-30T02:43:00.571Z (about 1 month ago)
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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