fix(action): ignore tags starting with v
This commit is contained in:
parent
52af52eb3a
commit
2e811b7ab1
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -5,6 +5,8 @@ on:
|
||||
paths-ignore:
|
||||
- docs/**
|
||||
- '**/*.md'
|
||||
tags-ignore:
|
||||
- v*
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- docs/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user