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
parent c11b9fa31c
commit e741634bee
No known key found for this signature in database
GPG key ID: 2D633D8047FD3FF0
6 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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