Fix issue where CI jobs executed twice on some PRs (#2388)

Co-authored-by: calda <1811727+calda@users.noreply.github.com>
This commit is contained in:
Copilot
2026-02-18 15:33:33 -08:00
committed by GitHub
parent 8cfa31aa65
commit 3fcab3c73c
+3
View File
@@ -2,6 +2,9 @@ name: build
on:
push:
branches:
- main
- develop
pull_request:
jobs:
macos: