mirror of
https://github.com/actions/checkout.git
synced 2026-05-13 16:09:50 +00:00
modiy master main
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user