From c8f23ae941e43711f3ada3ccf9dd7a093ddee666 Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:21:22 +0900 Subject: [PATCH] =?UTF-8?q?watchdog-go:=20ci=20=E6=89=8B=E5=8B=95=E5=AE=9F?= =?UTF-8?q?=E8=A1=8C=E3=82=92=E8=A8=B1=E5=8F=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/watchdog-build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/watchdog-build.yaml b/.gitea/workflows/watchdog-build.yaml index 432a038..446ca08 100644 --- a/.gitea/workflows/watchdog-build.yaml +++ b/.gitea/workflows/watchdog-build.yaml @@ -4,6 +4,7 @@ - opened - synchronize - labeled + workflow_dispatch: jobs: build-docker-image: @@ -15,7 +16,8 @@ ((github.event.action == 'labeled') && (github.event.label.name == 'watchdog-go')) || ((github.event.action == 'synchronize') && - contains(github.event.pull_request.labels.*.name, 'watchdog-go') + contains(github.event.pull_request.labels.*.name, 'watchdog-go') || + (github.event.action == 'workflow_dispatch') steps: - uses: actions/checkout@v3