From 3893b5ddd5d87cceabfd0f0b363f82bad0d11b31 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Thu, 10 Jun 2021 14:13:58 +0100 Subject: Change publish workflow --- .github/workflows/publish.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ffc22cbd..03f6e044 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,9 +1,11 @@ name: Publish plugin to repository on: - release: - types: [created] + push: + tags: + - '*' jobs: publish: + if: github.event.base_ref == 'refs/heads/master' runs-on: ubuntu-18.04 permissions: contents: read -- cgit v1.2.3-70-g09d2