From f05cd94e090353b2dcd9debd4691072a7d92894c Mon Sep 17 00:00:00 2001 From: maalni Date: Mon, 8 Jul 2024 23:18:18 +0200 Subject: [PATCH] feat: use staging as default branch (#282) --- .github/dependabot.yml | 4 ++-- .github/workflows/check-code-quality.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b3ea7bf6..150ceeb5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,10 +6,10 @@ updates: directory: /.github/ schedule: interval: daily - target-branch: main + target-branch: staging - package-ecosystem: npm directory: / schedule: interval: daily versioning-strategy: increase - target-branch: main + target-branch: staging diff --git a/.github/workflows/check-code-quality.yml b/.github/workflows/check-code-quality.yml index ad47afa6..de0c4095 100644 --- a/.github/workflows/check-code-quality.yml +++ b/.github/workflows/check-code-quality.yml @@ -5,6 +5,7 @@ on: push: branches: - main + - staging pull_request: branches: - '**'