add filter for build action
- run build action only on master and development branch - ignore v* tags from tbnobody
This commit is contained in:
parent
929b477275
commit
2ba7ea2744
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -5,6 +5,11 @@ on:
|
||||
paths-ignore:
|
||||
- docs/**
|
||||
- '**/*.md'
|
||||
branches:
|
||||
- master
|
||||
- development
|
||||
tags-ignore:
|
||||
- v*
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- docs/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user