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: diff --git a/.github/workflows/deploy-to-cloudflare.yml b/.github/workflows/deploy-to-cloudflare.yml index ef6a03df..a57064c4 100644 --- a/.github/workflows/deploy-to-cloudflare.yml +++ b/.github/workflows/deploy-to-cloudflare.yml @@ -9,7 +9,7 @@ on: jobs: on-success: - if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == 'dval-in/dval-in' }} + if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == 'dval-in/dval-frontend' }} permissions: contents: read deployments: write