Skip to content

Commit

Permalink
Update paths globs
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Jan 3, 2025
1 parent 96eeb0c commit 7cc57a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build docs
on:
push:
branches: [master, release]
paths: [/docs]
paths: ['docs/**']
pull_request:
paths: [/docs]
paths: ['docs/**']

# Allow this job to clone the repo and create a page deployment
permissions:
Expand Down

0 comments on commit 7cc57a0

Please sign in to comment.