mirror of
https://github.com/actions/checkout.git
synced 2026-06-14 16:53:47 +08:00
modiy master main
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user