diff options
-rw-r--r-- | .github/workflows/bundle-deploy-eas-update.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index fe2bda695..6a815707e 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -46,6 +46,7 @@ jobs: fetch-depth: 100 - name: ⬇️ Fetch commits from base branch + if: ${{ github.ref != 'refs/heads/main' }} run: git fetch origin main:main --depth 100 # This should get the current production release's commit's hash to see if the update is compatible |