diff --git a/.github/workflows/merge-to-main.yml b/.github/workflows/merge-to-main.yml index 611c15b4..221e0fbc 100644 --- a/.github/workflows/merge-to-main.yml +++ b/.github/workflows/merge-to-main.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v3 - name: Fetch all branches - run: git fetch origin +refs/heads/*:refs/remotes/origin/dev + run: git fetch origin +refs/heads/*:refs/remotes/origin/* - name: Merge dev to main run: |