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: on:
pull_request: pull_request:
branches: branches:
- master - main
jobs: jobs:
coding-style: coding-style:

View file

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

View file

@ -3,10 +3,10 @@ name: Windows
on: on:
pull_request: pull_request:
branches: branches:
- master - main
push: push:
branches: branches:
- master - main
jobs: jobs:
build: build:
@ -26,4 +26,4 @@ jobs:
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: result name: result
path: build/src\thorvg* path: build/src\thorvg*

View file

@ -13,10 +13,10 @@ name: "CodeQL"
on: on:
push: push:
branches: [ "master" ] branches: [ "main" ]
pull_request: pull_request:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [ "master" ] branches: [ "main" ]
jobs: jobs:
analyze: analyze:

View file

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