Skip to content

Commit 7728482

Browse files
authored
Chore: Skip building if only a md file was changed (#113)
1 parent d8fa581 commit 7728482

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Test & Build
22
on:
33
pull_request:
4+
paths:
5+
- '!*.md'
46
branches:
57
- 'main'
68

.github/workflows/helm-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Test Helm Chart
22
on:
33
pull_request:
44
paths:
5+
- '!*.md'
56
- 'deploy/charts/version-checker/**'
67
branches:
78
- 'main'

0 commit comments

Comments
 (0)