From 2a612ed65f48677a575d5da00ec4b1267967cfb0 Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Tue, 30 Apr 2024 16:14:09 +0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: |