workflow tag filter

This commit is contained in:
Brian Lindner 2023-05-09 01:21:45 -04:00
parent ee09c78c1f
commit bcb2c03f97
No known key found for this signature in database

View File

@ -3,7 +3,7 @@ name: Publish release
on:
push:
tags:
- "*"
- "v*"
jobs:
publish:
runs-on: ubuntu-latest