phoenix-firestorm/.github/workflows
Bennett Goble 27e3fdc957 build.yaml: Build shared branches
We're currently building every single commit pushed to Github. This is
racking up $20k in build charges a month and is generally superfluous.

This changeset alters build triggers so that builds automatically run if
they are committed to a **shared branch**:

- `release/*` - A release stabilization branch
- `project/*` - A project viewer branch
- `main/*` - The default/stable branch

PR commits are also automatically built.

...need to build another commit? Developers can trigger one using a
manual workflow run.
2024-01-31 13:26:14 -08:00
..
build.yaml build.yaml: Build shared branches 2024-01-31 13:26:14 -08:00
cla.yaml Add CLA bot 2022-11-18 07:30:38 -08:00
label.yaml Add automatic PR labels 2022-11-18 07:39:54 -08:00
pre-commit.yaml SL-19242: Remove signing and packaging from viewer_manifest.py 2023-10-03 19:02:40 -04:00
stale.yaml Reduce stale time for PRs 2023-02-13 09:10:29 -08:00