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