docs: updated triggers for the documentation flow

docs/docs-flow-triggers
Antonio 2022-03-20 20:39:08 +02:00
parent 6397c203f6
commit 9ddb19479c
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
name: documentation
on: [push]
on:
push:
branches:
- master
paths:
- 'mkdocs.yml'
- 'docs/**'
- '.github/workflows/docs.yml'
jobs:
build_docs: