mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
[skip ci] Revert disabling clickable builds workflow
Turns out this is now how to disable a workflow, but from the Actions tab.
This commit is contained in:
parent
5113963f64
commit
f34cd710a9
2
.github/workflows/dev-clickable-builds.yml
vendored
2
.github/workflows/dev-clickable-builds.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: "dev-clickable-builds"
|
||||
on:
|
||||
push:
|
||||
branches: [ ]
|
||||
branches: [ master ]
|
||||
|
||||
env:
|
||||
GODOT_VERSION: 3.5
|
||||
|
|
Loading…
Reference in a new issue