diff --git a/.github/workflows/github.yml b/.github/workflows/github.yml index 2c3114e25..2f528e4c9 100644 --- a/.github/workflows/github.yml +++ b/.github/workflows/github.yml @@ -1,11 +1,11 @@ name: VCMI on: - push: - branches: - - features/* - - develop - pull_request: + push: + branches: + - features/* + - develop + pull_request: env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release