Skip to content

Commit

Permalink
Merge pull request PowerShell#392 from michaeltlombardi/maint/main/no…
Browse files Browse the repository at this point in the history
…-build-on-docs-only-changes

(MAINT) Skip builds on docs-only PRs
  • Loading branch information
SteveL-MSFT committed Apr 10, 2024
2 parents 9d1441c + d69f4e3 commit ef36815
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
paths-ignore:
- "docs/**"
- "*.md"
- ".vscode/*.json"

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit ef36815

Please sign in to comment.