mirror of
https://github.com/haveno-dex/haveno-ui.git
synced 2025-04-11 18:49:11 -04:00
ci: moved to master branch
Authored-by: schowdhuri Reviewed-by: localredhead
This commit is contained in:
parent
a9893aa853
commit
f49aa3ebb6
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
@ -6,7 +6,7 @@
|
||||
":disableDependencyDashboard"
|
||||
],
|
||||
"labels": ["dependencies"],
|
||||
"baseBranches": ["main"],
|
||||
"baseBranches": ["master"],
|
||||
"bumpVersion": "patch",
|
||||
"patch": {
|
||||
"automerge": true
|
||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -2,7 +2,7 @@ name: Linters
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
paths:
|
||||
- "**.js"
|
||||
- "**.ts"
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -2,7 +2,7 @@ name: Release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- "**.spec.js"
|
||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -2,7 +2,7 @@ name: Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
paths:
|
||||
- "packages/**"
|
||||
- "tests/**"
|
||||
|
2
.github/workflows/typechecking.yml
vendored
2
.github/workflows/typechecking.yml
vendored
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user