mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: .github/workflows/build-configurator.yml
This commit is contained in:
parent
d9731c2ae1
commit
6183b96a40
4
.github/workflows/build-configurator.yml
vendored
4
.github/workflows/build-configurator.yml
vendored
|
@ -3,11 +3,11 @@ name: Configurator Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [feat/godot-uk]
|
branches: [feat/godot-configurator]
|
||||||
tags:
|
tags:
|
||||||
- "v*-test"
|
- "v*-test"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [feat/godot-uk]
|
branches: [feat/godot-configurator]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue