diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6cefb736..2cf144fc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,8 +3,8 @@ run-name: "Build #${{ github.run_number }}" on: push: - tags: - - "*.*.*" + branches: + - 'main' concurrency: group: ${{ github.ref }} @@ -144,6 +144,7 @@ jobs: uses: actions/checkout@v4.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} + submodules: true - name: Download Mods run: |