diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index fb8ba080..17a979a6 100644 --- a/.github/workflows/build-gdc.yml +++ b/.github/workflows/build-gdc.yml @@ -1,10 +1,12 @@ name: Release Godot Configurator on: - push: - branches: [ cooker ] - pull_request: - branches: [ cooker ] + workflow_dispatch: +# push: +# branches: [ cooker ] +# pull_request: +# branches: [ cooker ] + env: GODOT_VERSION: 4.2.2