From b703b77ab5fbe64d8856808fd12741f770ac8102 Mon Sep 17 00:00:00 2001 From: voluntas Date: Tue, 3 Sep 2024 21:16:28 +0900 Subject: [PATCH] =?UTF-8?q?build-workflow=20=E3=82=92=E4=B8=80=E6=99=82?= =?UTF-8?q?=E7=9A=84=E3=81=AB=E7=84=A1=E5=8A=B9=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7929a71..d2f59237 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,14 +1,15 @@ name: build-workflow on: - push: - paths-ignore: - - "doc/**" - - "html/**" - - "**.md" - - "THANKS" - - "LICENSE" - - "NOTICE" + workflow_dispatch: + # push: + # paths-ignore: + # - "doc/**" + # - "html/**" + # - "**.md" + # - "THANKS" + # - "LICENSE" + # - "NOTICE" jobs: build-windows: