mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +02:00
ci: Path filtering applied to documentation workflow
This commit is contained in:
19
.github/workflows/documentation.yml
vendored
19
.github/workflows/documentation.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user