From 970a30b93782527035b76fbb32276403c61fd4ce Mon Sep 17 00:00:00 2001 From: Jonas Schell Date: Thu, 12 Sep 2024 11:53:46 +0200 Subject: [PATCH] Update sync-to-production workflow --- .github/workflows/sync-to-production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-to-production.yaml b/.github/workflows/sync-to-production.yaml index e9d1e99..e9c7a72 100644 --- a/.github/workflows/sync-to-production.yaml +++ b/.github/workflows/sync-to-production.yaml @@ -6,7 +6,7 @@ on: jobs: sync-main-to-sandbox-production: - if: ${{ startsWith(github.ref, 'refs/tags/v1') && !contains(github.ref, 'beta') }} + # if: ${{ startsWith(github.ref, 'refs/tags/v1') && !contains(github.ref, 'beta') }} name: Sync branch `main` to other branches (fast-forward enabled) runs-on: ubuntu-latest steps: