Skip to content

Commit

Permalink
CI: Avoid rebuilds on doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TingPing committed Feb 13, 2024
1 parent a0d4959 commit 13b19aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wkdev-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: wkdev-sdk
on:
push:
branches: [ main ]
paths-ignore: [ docs/*, README.md]
pull_request:
paths-ignore: [ docs/*, README.md]
defaults:
run:
shell: bash
Expand Down

0 comments on commit 13b19aa

Please sign in to comment.