mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-11 22:50:04 +00:00
Change default branch to main
This commit is contained in:
parent
16adeb1373
commit
fa67789350
4 changed files with 6 additions and 6 deletions
3
.github/workflows/docs.yaml
vendored
3
.github/workflows/docs.yaml
vendored
|
|
@ -3,8 +3,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- docs*
|
||||
- roadmap*
|
||||
- master
|
||||
- main
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
|
|
|
|||
2
.github/workflows/e2e.yaml
vendored
2
.github/workflows/e2e.yaml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
kind:
|
||||
|
|
|
|||
4
.github/workflows/fossa.yml
vendored
4
.github/workflows/fossa.yml
vendored
|
|
@ -1,9 +1,9 @@
|
|||
name: FOSSA
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue