Update build.yml

This commit is contained in:
Xikaro 2025-04-18 15:41:25 +05:00
parent 10aec9b258
commit 4e481ab63b

View file

@ -16,7 +16,7 @@ env:
RELEASE_ON_GITHUB: "true"
RELEASE_ON_CURSEFORGE: "true"
RELEASE_ON_MODRINTH: "false"
DEV_ENVIRONMENT: ${{ github.branch != 'main' }}
DEV_ENVIRONMENT: ${{ github.ref != 'main' }}
jobs:
info: