diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-10 14:20:05 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-10 14:20:05 +0100 |
| commit | 4e3cdca9b01fd961891920b2a119b2fb3202daae (patch) | |
| tree | a092d7673031c1e711ef4200ea4794aa46716b3c | |
| parent | 3893b5ddd5d87cceabfd0f0b363f82bad0d11b31 (diff) | |
Change publish workflow
| -rw-r--r-- | .github/workflows/publish.yml | 3 |
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 |
