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
|
||||
|
||||
# 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