modiy master main

pull/2354/head
lFesselier 2026-01-05 14:27:43 +01:00
parent ec453d466b
commit d9f6b7b1f9
1 changed files with 3 additions and 3 deletions

View File

@ -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: