chore: rename branch master to main (#3376)

* chore: rename branch master to main

* ci: update semantic-release config

* ci: run semantic release only on main
This commit is contained in:
ylemkimon
2021-10-31 01:32:44 +09:00
committed by GitHub
parent c5ac4c7695
commit f007358c0f
16 changed files with 24 additions and 23 deletions

View File

@@ -2,9 +2,9 @@ name: CI
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
test:

View File

@@ -2,9 +2,9 @@ name: "CodeQL"
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
schedule:
- cron: '0 0 * * 1'

View File

@@ -2,7 +2,7 @@ name: Fonts
on:
pull_request_target:
branches: [ master ]
branches: [ main ]
types: [ labeled ] # 'build fonts' label
jobs:

View File

@@ -2,9 +2,9 @@ name: Screenshotter
on:
push:
branches: [ master ]
branches: [ main ]
pull_request_target:
branches: [ master ]
branches: [ main ]
jobs:
screenshotter: