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:
|
paths-ignore:
|
||||||
- docs/**
|
- docs/**
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
|
tags-ignore:
|
||||||
|
- v*
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- docs/**
|
- docs/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user