Skip to content

Commit

Permalink
Chore: Skip building if only a md file was changed
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcollom committed Oct 10, 2023
1 parent a9325c7 commit 5cfdf62
Show file tree
Hide file tree
Showing 2 changed files with 4 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-ignore:
- '**.md'
branches:
- 'main'

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

0 comments on commit 5cfdf62

Please sign in to comment.