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