Skip to content

Commit

Permalink
Mention CI workflow on every commit
Browse files Browse the repository at this point in the history
Resolves #103
  • Loading branch information
NiklasEi committed Dec 2, 2024
1 parent b5e9e40 commit 33e01b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ Template for a Game using the awesome [Bevy engine][bevy] featuring out of the b
* workflow for GitHub actions creating releases for Windows, Linux, macOS, and Web (Wasm) ready for distribution
* the same workflow creates development builds for the mobile platforms (two separate workflows can push to the stores after [some setup](#deploy-mobile-platforms))
* push a tag in the form of `v[0-9]+.[0-9]+.[0-9]+*` (e.g. `v1.1.42`) to trigger the flow
* WARNING: if you work in a private repository, please be aware that macOS and Windows runners cost more build minutes. **For public repositories the builds are free!**
* CI workflow that checks your application on all native platforms on every push

WARNING: if you work in a private repository, please be aware that macOS and Windows runners cost more build minutes.
**For public repositories the workflow runners are free!**

# How to use this template?

Expand Down

0 comments on commit 33e01b9

Please sign in to comment.