From d8a0097c430452bd2e7e085bf2621a831cc0aba5 Mon Sep 17 00:00:00 2001 From: Jeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com> Date: Tue, 18 Feb 2025 20:59:27 -0600 Subject: [PATCH] Update CI to not run on dev pr --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b59ddd..2a8131f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,10 @@ name: ci on: push: + pull_request: + branches: + - "**" + - "!dev" jobs: test-linux: