From a1c47eee462c2cf82b15b2dc3f5d916755597d05 Mon Sep 17 00:00:00 2001 From: DouPache Date: Thu, 14 Sep 2023 16:38:20 +0800 Subject: [PATCH 1/2] workflow dispatch --- .github/workflows/auto-publish.yml | 1 + .github/workflows/pre-commit.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 9546f6ba13d..0df6efad975 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -19,6 +19,7 @@ on: push: branches: - master + workflow_dispatch: {} jobs: build: diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index ed02ea6a2d0..c4e347d6617 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -19,6 +19,7 @@ on: pull_request: branches: - master + workflow_dispatch: {} jobs: license: From 8df38cf5cad24d42601af4573a804368273569e6 Mon Sep 17 00:00:00 2001 From: DouPache Date: Fri, 20 Oct 2023 19:32:43 +0800 Subject: [PATCH 2/2] auto-publish do not manually trigger --- .github/workflows/auto-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 0df6efad975..9546f6ba13d 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -19,7 +19,6 @@ on: push: branches: - master - workflow_dispatch: {} jobs: build: