From b0a0adc2214cab4c5f6365917c3283b107a3a772 Mon Sep 17 00:00:00 2001 From: octopus_yan Date: Wed, 18 Sep 2024 05:35:24 +0800 Subject: [PATCH] ci: fix package bug --- .github/workflows/auto-tag.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 1c6e3fd..35f5ec4 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -1,16 +1,9 @@ name: auto-tag on: - workflow_dispatch: - inputs: - release_body: - description: "Release note" - type: string - required: false - ref: - description: "Commit to build (git checkout)" - type: string - required: false + pull_request: + branches: + - "dev" jobs: auto-tag: