mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
infra github: updated the main branch name.
This commit is contained in:
parent
2a85fbf76d
commit
15c5bfacec
5 changed files with 9 additions and 9 deletions
2
.github/workflows/actions_cpplint.yml
vendored
2
.github/workflows/actions_cpplint.yml
vendored
|
@ -3,7 +3,7 @@ name: Check Commit
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
coding-style:
|
||||
|
|
4
.github/workflows/build_linux.yml
vendored
4
.github/workflows/build_linux.yml
vendored
|
@ -3,10 +3,10 @@ name: Linux
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
6
.github/workflows/build_win.yml
vendored
6
.github/workflows/build_win.yml
vendored
|
@ -3,10 +3,10 @@ name: Windows
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -26,4 +26,4 @@ jobs:
|
|||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: result
|
||||
path: build/src\thorvg*
|
||||
path: build/src\thorvg*
|
||||
|
|
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
|
@ -13,10 +13,10 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ "master" ]
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
|
2
.github/workflows/regression.yml
vendored
2
.github/workflows/regression.yml
vendored
|
@ -3,7 +3,7 @@ name: Regression Testing
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Add table
Reference in a new issue