CI job Add path filter
This commit is contained in:
parent
e72d849007
commit
a2440e9f48
|
@ -4,6 +4,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths:
|
||||||
|
- '.github/workflows/build-deploy-docs.yml'
|
||||||
|
- 'DOCUMENTATION/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-deploy-docs:
|
build-deploy-docs:
|
||||||
|
|
Loading…
Reference in New Issue