mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-06 12:17:06 +00:00
bug: trigger tag workflow on lightweight tag creation too
This commit is contained in:
parent
52d3869752
commit
1be7cd0ce2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tag.yaml
vendored
2
.github/workflows/tag.yaml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: 'tag'
|
||||
|
||||
on:
|
||||
push:
|
||||
create:
|
||||
tags:
|
||||
# match vx.y and v x.y.z.w... but not vx
|
||||
- 'v[0-9]+.*'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue