aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-06-10 14:20:05 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-06-10 14:20:05 +0100
commit4e3cdca9b01fd961891920b2a119b2fb3202daae (patch)
treea092d7673031c1e711ef4200ea4794aa46716b3c /.github
parent3893b5ddd5d87cceabfd0f0b363f82bad0d11b31 (diff)
Change publish workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 03f6e044..e7a3ed47 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -2,10 +2,9 @@ name: Publish plugin to repository
on:
push:
tags:
- - '*'
+ - '*'
jobs:
publish:
- if: github.event.base_ref == 'refs/heads/master'
runs-on: ubuntu-18.04
permissions:
contents: read