update build workflow

to only run if changes inside docs folder
This commit is contained in:
Tim Huyeng 2022-11-22 15:44:24 +01:00
parent a0b48384e6
commit 87d9dcfb84

View File

@ -4,6 +4,9 @@ on:
branches:
- master
- mkdocs
paths:
- 'mkdocs.yml'
- 'docs/**'
jobs:
deploy:
runs-on: ubuntu-latest