From d0ec4850ac31a2033d8ce4ce57005eb9a07958e8 Mon Sep 17 00:00:00 2001 From: Tim Adler Date: Sat, 2 Nov 2024 00:04:59 +0100 Subject: [PATCH] Run action on PRs --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d20f70..93407b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,10 +4,6 @@ name: Python package on: - push: - branches: - - "main" - - "develop" pull_request: branches: - "main"