Skip to content

Commit

Permalink
Only run docs workflow on docs changes (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
lundberg committed Oct 13, 2021
1 parent 06e2ec9 commit fe9d8a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
paths:
- 'docs/**'

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'

env:
FORCE_COLOR: 1
Expand Down

0 comments on commit fe9d8a4

Please sign in to comment.