From d1e4d8cfa04f70f3d200f3dbd1a647bd8bcb4f7b Mon Sep 17 00:00:00 2001 From: ineszang44 Date: Wed, 16 Sep 2026 11:31:10 +0200 Subject: [PATCH] =?UTF-8?q?test(frontend):=20lancement=20automatique=20du?= =?UTF-8?q?=20workflow=20apr=C3=A8s=20un=20push=20ou=20avec=20une=20pull?= =?UTF-8?q?=20request?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/frontend.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 0f437a6..3bc627e 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -15,8 +15,14 @@ on: - sonarqube - test - all # lancer tous les jobs - - + push: + paths: + - "apps/frontend/**" + - ".github/workflows/frontend.yml" + pull_request: + paths: + - "apps/frontend/**" + - ".github/workflows/frontend.yml" # Ordre de lancement des jobs # build -> test -> sonarqube -> deploy