Update the publish workflow to also run on any tag push

This commit is contained in:
Debanjum Singh Solanky
2023-01-04 20:46:48 -03:00
parent 4842daca5f
commit 3d1199540c

View File

@@ -3,7 +3,7 @@ name: publish
on: on:
push: push:
tags: tags:
- v* - "*"
branches: branches:
- 'master' - 'master'
paths: paths: