Fix workflow for documentation (#1607)

This commit is contained in:
Ruslan Ibragimov 2022-02-15 14:01:40 +03:00 committed by GitHub
parent ce8627ea59
commit 4862687956
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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