Update build.yml

This commit is contained in:
Xikaro 2025-04-18 20:49:07 +05:00
parent 4e481ab63b
commit 306a8cb6ac

View file

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