grahamhoyes
released this
02 Aug 19:29
·
1 commit
to environments-and-releases
since this release
Trying a new approach for triggering deployments using releases, rather than automatically on push to a branch.
This change splits the workflows into two files:
- checks.yml, for running tests. Normally, this wouldn't run on the main branch.
- deploy.yml, for deploying. Triggered on releases. Uses the
production
environment, which requires me (@grahamhoyes) to approve and can only be run from theenvironments-and-releases
branch (at the moment).