Merge pull request #897 from showdownjs/docs/docs-flow-triggers

docs: updated triggers for the documentation flow
This commit is contained in:
Estevão Soares dos Santos 2022-03-20 19:01:02 +00:00 committed by GitHub
commit bad26cd2ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: