Skip to content

Commit

Permalink
Merge pull request #3241 from paulbalandan/apidocs-paths
Browse files Browse the repository at this point in the history
Run apidocs action only when system files are changed
  • Loading branch information
michalsn authored Jul 7, 2020
2 parents 22fc794 + dcf1efe commit e9ef9dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/apidocs-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- 'develop'
paths:
- 'system/**'

jobs:

Expand Down

0 comments on commit e9ef9dd

Please sign in to comment.