Merge pull request #3241 from paulbalandan/apidocs-paths

Run apidocs action only when system files are changed
This commit is contained in:
Michal Sniatala 2020-07-07 15:20:18 +02:00 committed by GitHub
commit e9ef9dde5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- 'develop'
paths:
- 'system/**'
jobs: