Skip to content

Commit

Permalink
ignore gh workflow for build on .md & docs/
Browse files Browse the repository at this point in the history
Signed-off-by: Michelle Dhanani <[email protected]>
  • Loading branch information
michelleN committed Feb 13, 2025
1 parent 0f8b7ad commit f23670d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ on:
branches: ["main", "v*"]
# Also run on tag pushes, as the release.yml doesn't currently run tests
tags: ["v*"]
paths-ignore:
- "docs/**"
- "**/*.md"
pull_request:
branches: ["main", "v*"]
paths-ignore:
- "docs/**"
- "**/*.md"

# Serialize workflow runs per ref
# Cancel any outdated, in-flight runs for refs other than 'main'
Expand Down

0 comments on commit f23670d

Please sign in to comment.