mirror of
https://github.com/actions/checkout.git
synced 2026-01-18 22:08:56 +08:00
modiy master main
This commit is contained in:
parent
ec453d466b
commit
d9f6b7b1f9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue