From c1c05ca59ace752babb1a1e1a306c20523f4de8a Mon Sep 17 00:00:00 2001 From: git-elliot Date: Sun, 17 Nov 2024 12:10:13 +0530 Subject: [PATCH] change publish event --- .github/workflows/publish.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7e0affa..3104cae 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,9 +1,10 @@ name: Publish plugin on: - release: - types: [published] - + push: + tags: + - 'v[0-9]+.[0-9]+.[0-9]+*' + jobs: test: runs-on: ubuntu-latest