Skip to content

Commit

Permalink
feat: ignore doc changes in build pipeline (#204)
Browse files Browse the repository at this point in the history
Changes in .md files should not trigger rebuild images pipeline
  • Loading branch information
ishaansehgal99 authored Jan 11, 2024
1 parent 3d1754f commit 95171e1
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 95171e1

Please sign in to comment.