Commit graph

2 commits

Author SHA1 Message Date
lynxnb
a503ca19bc Use a repository variable to control CI artifact upload for PRs 2024-03-01 10:54:05 +01:00
lynxnb
d5d6e677ca Rework CI to only upload artifacts for PR builds
CI now performs build checks on pushes to the master branch only.
For pull requests, the dev variant of the app is built and artifacts are uploaded for ease of testing and side-by-side installation. PR builds use autogenerated debug signing keys, resulting in different keys being used for each build on purpose to ensure they cannot be installed over each other, avoiding any possible conflict between two PRs.
2024-02-27 23:11:15 +01:00