diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 57e8db80..718da1fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -164,7 +164,7 @@ jobs: name: Deploy Release runs-on: ubuntu-latest needs: [ build-windows, build-macos, build-linux ] - if: startsWith(github.ref, 'refs/tags/') && (github.event.base_ref == 'refs/heads/prod' || github.event.base_ref == 'refs/heads/dev') + if: startsWith(github.ref, 'refs/tags/') steps: - name: Download Binaries uses: actions/download-artifact@v3