Fix workflow for documentation (#1607)
This commit is contained in:
parent
ce8627ea59
commit
4862687956
1 changed files with 2 additions and 2 deletions
4
.github/workflows/documentation.yaml
vendored
4
.github/workflows/documentation.yaml
vendored
|
@ -7,8 +7,8 @@ on:
|
||||||
- reopened
|
- reopened
|
||||||
- synchronize
|
- synchronize
|
||||||
paths:
|
paths:
|
||||||
- 'documentation/*'
|
- 'documentation/**'
|
||||||
- './*.md'
|
- '**.md'
|
||||||
jobs:
|
jobs:
|
||||||
build-and-test:
|
build-and-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue