mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-30 12:05:38 +00:00
On branch cooker
Changes to be committed: modified: .github/workflows/build-gdc.yml
This commit is contained in:
parent
63da5f43b3
commit
e43454bed7
10
.github/workflows/build-gdc.yml
vendored
10
.github/workflows/build-gdc.yml
vendored
|
@ -1,10 +1,12 @@
|
||||||
name: Release Godot Configurator
|
name: Release Godot Configurator
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches: [ cooker ]
|
# push:
|
||||||
pull_request:
|
# branches: [ cooker ]
|
||||||
branches: [ cooker ]
|
# pull_request:
|
||||||
|
# branches: [ cooker ]
|
||||||
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 4.2.2
|
GODOT_VERSION: 4.2.2
|
||||||
|
|
Loading…
Reference in a new issue