From 2c95a7c277d7f2344bcc781a6b16eff70431bb6f Mon Sep 17 00:00:00 2001 From: CaIon <1808837298@qq.com> Date: Sun, 8 Jun 2025 02:42:27 +0800 Subject: [PATCH] chore: update CI workflows to support manual triggers and rename Docker image workflow --- .github/workflows/docker-image-arm64.yml | 7 +------ .github/workflows/linux-release.yml | 5 +++++ .github/workflows/macos-release.yml | 5 +++++ .github/workflows/windows-release.yml | 5 +++++ 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-image-arm64.yml b/.github/workflows/docker-image-arm64.yml index d7468c8e..8e4656aa 100644 --- a/.github/workflows/docker-image-arm64.yml +++ b/.github/workflows/docker-image-arm64.yml @@ -1,14 +1,9 @@ -name: Publish Docker image (arm64) +name: Publish Docker image (Multi Registries) on: push: tags: - '*' - workflow_dispatch: - inputs: - name: - description: 'reason' - required: false jobs: push_to_registries: name: Push Docker image to multiple registries diff --git a/.github/workflows/linux-release.yml b/.github/workflows/linux-release.yml index 790ccf05..f9deab7c 100644 --- a/.github/workflows/linux-release.yml +++ b/.github/workflows/linux-release.yml @@ -3,6 +3,11 @@ permissions: contents: write on: + workflow_dispatch: + inputs: + name: + description: 'reason' + required: false push: tags: - '*' diff --git a/.github/workflows/macos-release.yml b/.github/workflows/macos-release.yml index 340ed8a7..f7591ab6 100644 --- a/.github/workflows/macos-release.yml +++ b/.github/workflows/macos-release.yml @@ -3,6 +3,11 @@ permissions: contents: write on: + workflow_dispatch: + inputs: + name: + description: 'reason' + required: false push: tags: - '*' diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index 6cd9438b..51a343e8 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -3,6 +3,11 @@ permissions: contents: write on: + workflow_dispatch: + inputs: + name: + description: 'reason' + required: false push: tags: - '*'