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