ci: Path filtering applied to documentation workflow

This commit is contained in:
Mateusz Pusz
2020-11-05 12:16:48 +01:00
parent 80a86e340c
commit c4359d7ebd

View File

@@ -22,14 +22,17 @@
name: Documentation
on: [push, pull_request]
# on:
# push:
# paths:
# - 'docs/**'
# pull_request:
# paths:
# - 'docs/**'
on:
push:
paths:
- 'docs/**'
- 'src/**'
- 'example/**'
pull_request:
paths:
- 'docs/**'
- 'src/**'
- 'example/**'
jobs:
docs: