From d3cef5c4eebac1e79b64307954f63112b6272450 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Mon, 3 Nov 2025 17:13:32 -0800 Subject: [PATCH] ci: separate checks for pull requests from pushes to the main branch --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d08d8ce..acc1ff3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,8 @@ name: Test on: push: + branches: + - main pull_request: jobs: test: