From c524d7421c460037b4abf8b4e7021f1a2d84f85c Mon Sep 17 00:00:00 2001 From: Renaud Cepre <32103211+renaudcepre@users.noreply.github.com> Date: Fri, 20 Mar 2026 13:54:06 +0100 Subject: [PATCH] ci: remove redundant push trigger on main --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2be328..f68796c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,6 @@ name: CI on: - push: - branches: - - main pull_request: types: [opened, synchronize]