ci: moved to master branch

Authored-by: schowdhuri
Reviewed-by: localredhead
This commit is contained in:
Subir 2022-04-23 22:18:47 +05:30 committed by Subir
parent a9893aa853
commit f49aa3ebb6
6 changed files with 6 additions and 6 deletions

@ -6,7 +6,7 @@
":disableDependencyDashboard"
],
"labels": ["dependencies"],
"baseBranches": ["main"],
"baseBranches": ["master"],
"bumpVersion": "patch",
"patch": {
"automerge": true

@ -2,7 +2,7 @@ name: Linters
on:
push:
branches:
- main
- master
paths:
- "**.js"
- "**.ts"

@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- main
- master
paths-ignore:
- "**.md"
- "**.spec.js"

@ -2,7 +2,7 @@ name: Tests
on:
push:
branches:
- main
- master
paths:
- "packages/**"
- "tests/**"

@ -2,7 +2,7 @@ name: Typechecking
on:
push:
branches:
- main
- master
paths:
- "**.ts"
- "**/tsconfig.json"

@ -2,7 +2,7 @@ name: Update Electon vendors versions
on:
push:
branches:
- main
- master
paths:
- "yarn.lock"