This repository is dedicated to practicing and experimenting with GitHub Actions. It contains various workflow examples for testing triggers, matrices, and basic automation patterns.
hello.yml: Simple workflow for testing action execution.manual.yml: Demonstratesworkflow_dispatchfor manual triggers.matrix.yml: Practice for using strategy matrices in builds.pr-check.yml: Basic automation for pull request events.
The goal of this repo is to explore GitHub's native automation platform in a sandbox environment. Each workflow is designed to be minimal and focused on a specific feature or concept.