Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 955 Bytes

File metadata and controls

18 lines (11 loc) · 955 Bytes

GitHub Actions Practice

This repository is dedicated to practicing and experimenting with GitHub Actions. It contains various workflow examples for testing triggers, matrices, and basic automation patterns.

🧪 Included Workflows

  • hello.yml: Simple workflow for testing action execution.
  • manual.yml: Demonstrates workflow_dispatch for manual triggers.
  • matrix.yml: Practice for using strategy matrices in builds.
  • pr-check.yml: Basic automation for pull request events.

🚀 Purpose

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.

docker-publish.yml badge: Docker Publish