Revert "bug: trigger tag workflow on lightweight tag creation too"
This reverts commit 1be7cd0ce2
.
This commit is contained in:
parent
1be7cd0ce2
commit
096ab1fb9a
2
.github/workflows/tag.yaml
vendored
2
.github/workflows/tag.yaml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: 'tag'
|
name: 'tag'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
create:
|
push:
|
||||||
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]+.*'
|
||||||
|
Loading…
Reference in New Issue
Block a user