diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 063432b..1c1206f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: betacraft-build on: push: - branches: [ "v2" ] + branches: [ "ci-fix" ] pull_request: - branches: [ "v2" ] + branches: [ "ci-fix" ] env: BUILD_TYPE: Release