diff --git a/.github/workflows/deploy-unleash-api-token.yml b/.github/workflows/deploy-unleash-api-token.yml index 5a0354cc2..e571c7093 100644 --- a/.github/workflows/deploy-unleash-api-token.yml +++ b/.github/workflows/deploy-unleash-api-token.yml @@ -22,7 +22,7 @@ jobs: deploy-prod: name: Deploy unleash-apitoken to prod runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' steps: - name: Checkout uses: actions/checkout@v4