Rename master to main
This commit is contained in:
2
.github/workflows/branch_build.yml
vendored
2
.github/workflows/branch_build.yml
vendored
@ -2,7 +2,7 @@ name: "Branch build"
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- master
|
||||
- main
|
||||
- develop
|
||||
- release/*
|
||||
jobs:
|
||||
|
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
- 'docs/**'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- release/*
|
||||
tags-ignore:
|
||||
- '*'
|
||||
|
Reference in New Issue
Block a user