Skip to content

Commit

Permalink
ci: update nightly build only when in master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Nov 19, 2024
1 parent 4e5fa25 commit 254a7bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
- name: Update Nightly Build
uses: WebFreak001/[email protected]
if: success() && github.event_name == 'push' && github.repository == 'AllayMC/Allay' && contains(github.ref_name, 'master')
with:
upload_url: https://uploads.github.com/repos/AllayMC/Allay/releases/185111149/assets{?name,label}
release_id: 185111149
Expand Down

0 comments on commit 254a7bb

Please sign in to comment.