Skip to content

Commit

Permalink
(chore) - Limit site workflow to docs paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Apr 22, 2021
1 parent 8573f3f commit 308092d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ name: Site
on:
pull_request:
branches: main
paths:
- 'docs/**'
- 'packages/site/**'
push:
branches: main
paths:
- 'docs/**'
- 'packages/site/**'

jobs:
site:
Expand Down

0 comments on commit 308092d

Please sign in to comment.