bug: trigger tag workflow on lightweight tag creation too

This commit is contained in:
Seth Vargo 2021-12-15 16:40:37 -05:00
parent 52d3869752
commit 1be7cd0ce2
Failed to extract signature

View File

@ -1,7 +1,7 @@
name: 'tag' name: 'tag'
on: on:
push: create:
tags: tags:
# match vx.y and v x.y.z.w... but not vx # match vx.y and v x.y.z.w... but not vx
- 'v[0-9]+.*' - 'v[0-9]+.*'