From faa425914005b557feb57dce84d42766c7e33d6b Mon Sep 17 00:00:00 2001 From: chama1176 Date: Mon, 1 Jul 2024 19:57:11 +0900 Subject: [PATCH] =?UTF-8?q?github=20workflow=E3=81=AE=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=81=ABworkflow=20dispatch=E3=82=92=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=E3=81=97=E3=81=BE=E3=81=99=20(#33)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index 3659353..13af101 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_test.yaml @@ -13,6 +13,7 @@ on: - '**.md' schedule: - cron: "0 2 * * 0" # Weekly on Sundays at 02:00 + workflow_dispatch: jobs: lint: