Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't run GHA workflows on tag pushes (#6510)
Per the branching experiment review we are about to begin in the control plane huddle. 1. For the rust.yml workflow, only run the `push` mode when pushing to `main` or any branch matching the glob `rel/**`. 2. For the hakari.yml workflow, apply the same rules. This has the effect of enabling them for the release branches, and also enabling them for pull requests that do not target the `main` branch.
- Loading branch information