stop building twice for pull requests

we should only run the build steps on a pull request OR a push to main
This commit is contained in:
446564
2026-02-04 09:02:03 -08:00
parent 488a286701
commit 6070802213
+2
View File
@@ -2,6 +2,8 @@ name: Build
on:
push:
branches:
- main
pull_request:
jobs: