From e1eea793eaa352880a4a2391da6871c95d310846 Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Sun, 3 Apr 2022 13:29:45 +0200 Subject: [PATCH] Allow publish workflow to be manually dispatched. Will help in situations where we need to push a hotfix so people can continue playing the game normally. --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 56e64bf5e2..3f1b0765d3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,6 +4,7 @@ concurrency: group: publish on: + workflow_dispatch: schedule: - cron: '0 10 * * *'