Skip to content

Commit

Permalink
ci: ignore md files and docs folder for go tests
Browse files Browse the repository at this point in the history
  • Loading branch information
malud committed Dec 3, 2024
1 parent 554c769 commit 503ab03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- '.github/workflows/weekly-fuzz.yml'
- 'docs/**'
pull_request:
paths:
- '!*.MD'
- '!docs/**'

jobs:
build:
Expand Down

0 comments on commit 503ab03

Please sign in to comment.