Various proofs of concept examples using Github Actions 🤖
| workflow | description |
|---|---|
| Runs on push event to any branch. | |
| Run after another workflow, in this case after 01-run-on-push or 03-run-on-pull-request | |
| Runs on pull request event for any branch. | |
| Build a go binary | |
| Build container image and push to ghcr.io/mbtamuli/github-actions-pocs:main |