From ae03222d074d6221c6b012fd695a08ec6147dfa7 Mon Sep 17 00:00:00 2001 From: quidl <43738052+quidl@users.noreply.github.com> Date: Fri, 30 Dec 2022 23:58:44 +0700 Subject: [PATCH] Update auto-sync-production.yml --- .github/workflows/auto-sync-production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-sync-production.yml b/.github/workflows/auto-sync-production.yml index d5119d6..97495a0 100644 --- a/.github/workflows/auto-sync-production.yml +++ b/.github/workflows/auto-sync-production.yml @@ -2,7 +2,7 @@ name: Trigger auto sync on: workflow_dispatch: push: - branch: + branches: - master jobs: @@ -18,4 +18,4 @@ jobs: testops-base-url: https://testops.katalon.io username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} - token: ${{ secrets.TOKEN }} \ No newline at end of file + token: ${{ secrets.TOKEN }}