From a07754541361947f58955496ef93964d0390735d Mon Sep 17 00:00:00 2001 From: maalni Date: Sun, 7 Apr 2024 22:40:23 +0200 Subject: [PATCH] feat: add preview branch (#97) --- .github/dependabot.yml | 2 ++ .github/workflows/check-code-quality.yml | 1 + .github/workflows/delete-redundant-deployments.yml | 1 + 3 files changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 73c25048..31b2351f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,8 +6,10 @@ updates: directory: /.github/ schedule: interval: daily + target-branch: preview - package-ecosystem: npm directory: / schedule: interval: daily versioning-strategy: increase + target-branch: preview diff --git a/.github/workflows/check-code-quality.yml b/.github/workflows/check-code-quality.yml index 233ce48b..ac415c4a 100644 --- a/.github/workflows/check-code-quality.yml +++ b/.github/workflows/check-code-quality.yml @@ -5,6 +5,7 @@ on: push: branches: - main + - preview pull_request: branches: - '**' diff --git a/.github/workflows/delete-redundant-deployments.yml b/.github/workflows/delete-redundant-deployments.yml index e0fcaa54..d75781c8 100644 --- a/.github/workflows/delete-redundant-deployments.yml +++ b/.github/workflows/delete-redundant-deployments.yml @@ -7,6 +7,7 @@ on: - closed branches: - main + - preview jobs: delete: