Revert "bug: trigger tag workflow on lightweight tag creation too"

This reverts commit 1be7cd0ce2.
This commit is contained in:
Seth Vargo 2021-12-15 16:59:00 -05:00
parent 1be7cd0ce2
commit 096ab1fb9a
Failed to extract signature

View File

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