mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-16 04:37:55 -04:00
6577f3f6be
## Description of Changes Currently, a push to a PR triggers our `dotnet` workflows twice: once for the `push` event, and once for the `pull_request` event. This PR brings the CI behavior in line with how SpacetimeDB does it. (Someday we should reduce the number of `pull_request` events that trigger this, but today is not that day). --------- Co-authored-by: Zeke Foppa <github.com/bfops>