From d9f6b7b1f9303c0c4fb672a6a37ed073d3830abe Mon Sep 17 00:00:00 2001 From: lFesselier Date: Mon, 5 Jan 2026 14:27:43 +0100 Subject: [PATCH] modiy master main --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 18384a2..4badee6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,11 +1,11 @@ name: CI Pipeline -# Déclenche la pipeline à chaque PR et push sur master +# Déclenche la pipeline à chaque PR et push sur main on: pull_request: - branches: [ master ] + branches: [ main ] push: - branches: [ master ] + branches: [ main ] jobs: build: