mirror of
https://github.com/actions/checkout.git
synced 2026-02-01 06:06:30 +00:00
modiy master main
This commit is contained in:
parent
ec453d466b
commit
d9f6b7b1f9
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -1,11 +1,11 @@
|
|||||||
name: CI Pipeline
|
name: CI Pipeline
|
||||||
|
|
||||||
# Déclenche la pipeline à chaque PR et push sur master
|
# Déclenche la pipeline à chaque PR et push sur main
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user