infra github: updated the main branch name.

This commit is contained in:
Hermet Park 2023-08-01 01:58:20 +09:00 committed by Hermet Park
parent 2a85fbf76d
commit 15c5bfacec
5 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@ name: Check Commit
on:
pull_request:
branches:
- master
- main
jobs:
coding-style:

View file

@ -3,10 +3,10 @@ name: Linux
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main
jobs:
build:

View file

@ -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*

View file

@ -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:

View file

@ -3,7 +3,7 @@ name: Regression Testing
on:
pull_request:
branches:
- master
- main
jobs:
test: