mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-29 19:45: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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ cooker ]
|
||||
pull_request:
|
||||
branches: [ cooker ]
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# branches: [ cooker ]
|
||||
# pull_request:
|
||||
# branches: [ cooker ]
|
||||
|
||||
|
||||
env:
|
||||
GODOT_VERSION: 4.2.2
|
||||
|
|
Loading…
Reference in a new issue