Files
Max Leiter 5eefc7c992 workflows: don't run on push and PR for every branch (#5066)
<img width="1182" height="324" alt="image"
src="https://github.com/user-attachments/assets/1ee3021f-76d8-465d-a100-73cae9a0a0de"
/>

Right now we run identical workflows twice for every PR. instead, we
should run on `push` on main and on `pull_request` for everything else.
2026-04-13 12:35:26 -07:00
..