Skip to content

Commit

Permalink
feat: ignore doc changes in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Jan 11, 2024
1 parent 3d1754f commit bb7f3d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preset-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- main
paths:
- 'presets/models/**'
paths-ignore:
- 'presets/models/**/*.md' # Ignore markdown files in the path
workflow_dispatch:
inputs:
image_tag_name:
Expand Down

0 comments on commit bb7f3d1

Please sign in to comment.