add filter for build action

- run build action only on master and development branch
- ignore v* tags from tbnobody
This commit is contained in:
helgeerbe 2023-08-30 09:54:30 +02:00
parent 929b477275
commit 2ba7ea2744

View File

@ -5,6 +5,11 @@ on:
paths-ignore:
- docs/**
- '**/*.md'
branches:
- master
- development
tags-ignore:
- v*
pull_request:
paths-ignore:
- docs/**