Skip to content

Commit d11619c

Browse files
authored
CODEOWNERS File (#21)
* Added CODEOWNERS file * Bumped all Charts * Revert "Bumped all Charts" This reverts commit 0818227. * Updated Workflow to run only on main and chart branches * Updated Workflow to run only when charts folder changes
1 parent 3d466c7 commit d11619c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @mahahe-it/sysadmins

.github/workflows/chart-workflow.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: Lint, Test and Deploy Charts
22
on:
33
push:
4+
paths:
5+
- charts/**
46
pull_request:
7+
paths:
8+
- charts/**
59

610
jobs:
711
lint-test:

0 commit comments

Comments
 (0)