Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 417 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 417 Bytes

GitHub Actions Tutorial

In this repo our goal is for you to learn the following

  • The Essentials of GitHub Actions
  • How to Enable GitHub Actions in a repo
  • Understand how GitHub Actions are triggered
  • Set up your first GitHub Action workflow "hello world"
  • Set up your first GitHub Action workflow based on Pull Request events
  • Set up your first GitHub Action workflow based on a Push event after a PR merge