From 0ef16c442e75960465d80b5504235d450b957b4d Mon Sep 17 00:00:00 2001 From: Nathan Spencer Date: Sun, 9 Jun 2024 10:36:02 -0600 Subject: [PATCH] Limit CI to PRs and pushes to main branch --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 16cbdce..db64caa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,7 @@ name: Run Python Tests on: push: branches: - - "*" + - main pull_request: branches: - main