From 6220cf6aee821896634906f0fe377c179b52cc97 Mon Sep 17 00:00:00 2001 From: jonz94 Date: Fri, 19 Feb 2021 11:51:46 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20allow=20manually=20running?= =?UTF-8?q?=20'create=20tag'=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check-for-new-sarasa-gothic.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-for-new-sarasa-gothic.yml b/.github/workflows/check-for-new-sarasa-gothic.yml index 27b6f46..7c207b1 100644 --- a/.github/workflows/check-for-new-sarasa-gothic.yml +++ b/.github/workflows/check-for-new-sarasa-gothic.yml @@ -3,6 +3,7 @@ name: Create tag if there's a new Sarasa Gothic version on: schedule: - cron: "0 12 * * *" + workflow_dispatch: jobs: build: