diff options
-rw-r--r-- | .github/workflows/build-deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 8f984d9b9..8d1e77f54 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -2,7 +2,7 @@ name: Build & Deploy env: # Used to determine whether we should push & deploy the docker image. - IS_MAIN_REF: ${{ github.ref == github.event.repository.default_branch }} + IS_MAIN_REF: ${{ github.ref == 'refs/heads/main'}} on: workflow_call: |