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.)