From 02e3da71c3eb3dc9e0faca65a36ce62cd715f89c Mon Sep 17 00:00:00 2001 From: Gabriel Dugny Date: Thu, 25 Jan 2024 23:37:16 +0100 Subject: [PATCH] fix: run CI on PRs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef24ba1..a0c15b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: push: branches: [main] pull_request: + branches: [main] name: Python CI