This commit is contained in:
Kolyah35
2026-03-19 18:58:00 +03:00
parent bfc796b59f
commit eadbe78f6b

View File

@@ -2,17 +2,17 @@ name: Build Game
on: on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
use-ccache: use-ccache:
description: 'Enable sccache' description: 'Enable sccache'
required: false required: false
default: true default: true
type: boolean type: boolean
pull_request: pull_request:
push: push:
branches: branches:
- '**' # every branch - '**' # every branch
- '!no-build-**' # unless marked as no-build - '!no-build-**' # unless marked as no-build
env: env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)