Skip to content

Commit

Permalink
ci: Skip nf-test on docs changes
Browse files Browse the repository at this point in the history
Co-authored-by: jfy133 <[email protected]>
  • Loading branch information
edmundmiller and jfy133 committed Dec 12, 2024
1 parent 8df4b42 commit 594ef1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
push:
branches:
- dev
paths-ignore:
- "docs/**"
- "**/*.md"
pull_request:
paths-ignore:
- "docs/**"
- "**/*.md"
release:
types: [published]
workflow_dispatch:
Expand Down

0 comments on commit 594ef1d

Please sign in to comment.