mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-25 01:01:33 +02:00
ci: documentation action limited only to commits that change documentation files
This commit is contained in:
5
.github/workflows/documentation.yml
vendored
5
.github/workflows/documentation.yml
vendored
@ -29,6 +29,11 @@ on:
|
||||
- main
|
||||
tags:
|
||||
- v*
|
||||
paths:
|
||||
- "docs/**"
|
||||
- "CHANGELOG.md"
|
||||
- "CONTRIBUTING.md"
|
||||
- "mkdocs.yml"
|
||||
permissions:
|
||||
contents: write
|
||||
jobs:
|
||||
|
Reference in New Issue
Block a user