From 9885b49d9a9364284d0102e3774283e254ee34fc Mon Sep 17 00:00:00 2001 From: Benoit Galati Date: Sat, 3 Feb 2024 13:07:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20duplicated=20JOBS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e969a39..fc030b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: CI -on: [ pull_request, push ] +on: + pull_request: + push: + branches: + - 'main' env: COMPOSER_UPDATE_FLAGS: "--no-interaction --no-progress --prefer-dist "