From 8cb9941a89de3e06ecfeffc16c82cfd4762fc757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michalina=20Ciencia=C5=82a?= <78352137+michalinacienciala@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:37:08 +0200 Subject: [PATCH] Update sync-branches.yml --- .github/workflows/sync-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-branches.yml b/.github/workflows/sync-branches.yml index 1670b1d..0274af8 100644 --- a/.github/workflows/sync-branches.yml +++ b/.github/workflows/sync-branches.yml @@ -4,10 +4,10 @@ on: push: branches: - stage-live + workflow_dispatch: jobs: sync-main-to-stage-live: - if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - name: Checkout