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 }}