Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 723 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 723 Bytes

github-actions-demo

Sample repository to demonstrate basic functionality of GitHub Actions.

Build

The project is built using the build.sh script.

CI pipeline

The build is also automated within GitHub Actions by the CI pipeline running on every pushed commit and pull request.

Release

To release a version of this project, i.e. tagging the current code state, there's a workflow that can be triggered manually: Perform Release. The CI pipeline will then build this tag and publish it as a release in the GitHub Repository.