mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
When testing certain PRs, it's helpful to have signed release builds for various platforms. These can be built by manually triggering their respective workflow from the GitHub UI. In these cases, we want to upload the artifacts to the workflow run, but _not_ upload the artifacts to the release. We only want to upload artifacts to the release if the `github.ref_name` is `main`.