From 4b348154cdc03cf243b48caad11ffa28152b25b0 Mon Sep 17 00:00:00 2001 From: Pedro Henrique Penna Date: Thu, 26 Feb 2026 10:50:42 -0800 Subject: [PATCH] ci: run workflow on pull requests to main --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b59d971..000eb0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,9 @@ on: description: "CPython release tag to test (e.g., abc1234-nanvix-def5678)" required: false default: "" + pull_request: + branches: + - main push: branches: - main