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 name: Documentation
on: [push, pull_request] on:
# on: push:
# push: paths:
# paths: - 'docs/**'
# - 'docs/**' - 'src/**'
# pull_request: - 'example/**'
# paths: pull_request:
# - 'docs/**' paths:
- 'docs/**'
- 'src/**'
- 'example/**'
jobs: jobs:
docs: docs: