From eadbe78f6b59871f7722f5f782103c413bb0ed83 Mon Sep 17 00:00:00 2001 From: Kolyah35 Date: Thu, 19 Mar 2026 18:58:00 +0300 Subject: [PATCH] -_- --- .github/workflows/build.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 488f39a..3db31b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,17 +2,17 @@ name: Build Game on: workflow_dispatch: - inputs: - use-ccache: - description: 'Enable sccache' - required: false - default: true - type: boolean - pull_request: - push: - branches: - - '**' # every branch - - '!no-build-**' # unless marked as no-build + inputs: + use-ccache: + description: 'Enable sccache' + required: false + default: true + type: boolean + pull_request: + push: + branches: + - '**' # every branch + - '!no-build-**' # unless marked as no-build env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)