fix(action): ignore tags starting with v

This commit is contained in:
helgeerbe 2023-05-24 12:30:37 +02:00
parent 52af52eb3a
commit 2e811b7ab1

View File

@ -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/**