Skip to content

Commit

Permalink
Run docs CI when docs changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored Mar 17, 2021
1 parent 859f5a8 commit ba0913c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Docs CI

on:
push:
paths:
- 'docs/**'
branches:
- master
pull_request:
paths:
- 'docs/**'
branches:
- '*'

Expand Down

0 comments on commit ba0913c

Please sign in to comment.