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: