From f34cd710a935326c5b97918f3daf5f909353e3ad Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Mon, 2 Jan 2023 02:15:54 +0200 Subject: [PATCH] [skip ci] Revert disabling clickable builds workflow Turns out this is now how to disable a workflow, but from the Actions tab. --- .github/workflows/dev-clickable-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-clickable-builds.yml b/.github/workflows/dev-clickable-builds.yml index 07498642e..24750ac61 100644 --- a/.github/workflows/dev-clickable-builds.yml +++ b/.github/workflows/dev-clickable-builds.yml @@ -1,7 +1,7 @@ name: "dev-clickable-builds" on: push: - branches: [ ] + branches: [ master ] env: GODOT_VERSION: 3.5