Skip to content

Commit

Permalink
chore: add paths for docs action (envoyproxy#2279)
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <zirain2009@gmail.com>
  • Loading branch information
zirain authored Dec 7, 2023
1 parent 8f003cd commit 52af65e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
branches:
- "main"
- "release/v*"
paths-ignore:
- "**/*.png"
paths:
- 'site/**'
pull_request_target:
types: [opened, synchronize, reopened]
paths:
- 'site/**'

jobs:
docs-lint:
Expand Down

0 comments on commit 52af65e

Please sign in to comment.