diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7298c49..598f223 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,6 +2,7 @@ name: CI on: push: + branches: [main, dev] pull_request: # Builds and tests only — no deploy (ADR 0003: local single-user scope).