Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Apr 30, 2024
1 parent a851f6d commit 2a612ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ run-name: "Build #${{ github.run_number }}"

on:
push:
tags:
- "*.*.*"
branches:
- 'main'

concurrency:
group: ${{ github.ref }}
Expand Down Expand Up @@ -144,6 +144,7 @@ jobs:
uses: actions/checkout@v4.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: true

- name: Download Mods
run: |
Expand Down

0 comments on commit 2a612ed

Please sign in to comment.