This repository is for learning and testing GitHub Actions.
It includes a simple workflow that runs a one-line script to print a message:
Hello from GitHub Actions!
-
File:
.github/workflows/hello.yml
-
Triggers:
- When code is pushed to the
main
branch - When a pull request targets the
main
branch - When manually triggered using workflow dispatch
- When code is pushed to the
.github/
βββ workflows/
βββ hello.yml # Simple workflow for testing GitHub Actions
LICENSE # MIT License
This project is part of my hands-on learning to understand how GitHub Actions work β from setting up workflows to running automated tasks.
This project is licensed under the MIT License.