Fix broken path in publish_wiki action

This commit is contained in:
Pavel Zhovner 2020-09-16 16:06:15 +03:00 committed by GitHub
parent cc4850f738
commit 3ee9cf4f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ on:
push:
branches: [ master ]
paths:
- "wiki"
- 'wiki/**'
jobs: