From 7e2172465edd19595a82406ad091761080d8929d Mon Sep 17 00:00:00 2001 From: Alexandre LAM Date: Wed, 25 Mar 2026 22:41:22 +0100 Subject: [PATCH] fix(ci): avoid duplicate push and pull_request runs --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa2e77f..a013c65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ name: CI on: push: + branches: + - main pull_request: jobs: @@ -41,7 +43,6 @@ jobs: e2e: name: e2e runs-on: ubuntu-latest - if: github.event_name == 'pull_request' || github.ref == 'refs/heads/main' steps: - name: Check out repository