Don't test certain changes
This commit is contained in:
parent
c5179cffb4
commit
127fb9860c
5
.github/workflows/test-builds.yml
vendored
5
.github/workflows/test-builds.yml
vendored
|
@ -10,6 +10,11 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- bugfix-2.0.x
|
- bugfix-2.0.x
|
||||||
- dev-2.1.x
|
- dev-2.1.x
|
||||||
|
paths-ignore:
|
||||||
|
- config/**
|
||||||
|
- data/**
|
||||||
|
- docs/**
|
||||||
|
- '**/*.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test_builds:
|
test_builds:
|
||||||
|
|
Loading…
Reference in a new issue