From 6de9e1c1e22572ff8c5b0607db6484d74a212508 Mon Sep 17 00:00:00 2001 From: Thomas Durieux <5577568+tdurieux@users.noreply.github.com> Date: Wed, 15 Apr 2026 05:51:18 +0200 Subject: [PATCH] Enable CI to run on all pull requests (#664) --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c96c1e1..8a2c984 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,8 @@ name: CI on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] jobs: lint: