Skip to content

Commit

Permalink
Chore: Skip building if only a md file was changed (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcollom authored Oct 10, 2023
1 parent d8fa581 commit 7728482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Test & Build
on:
pull_request:
paths:
- '!*.md'
branches:
- 'main'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Test Helm Chart
on:
pull_request:
paths:
- '!*.md'
- 'deploy/charts/version-checker/**'
branches:
- 'main'
Expand Down

0 comments on commit 7728482

Please sign in to comment.