fix: rename master branch to main
This commit is contained in:
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
tsc:
|
||||
|
||||
2
.github/workflows/prod.yml
vendored
2
.github/workflows/prod.yml
vendored
@@ -2,7 +2,7 @@ name: Prod
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user