Skip to content

Commit

Permalink
ci: add Helm lint and test on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Jun 7, 2024
1 parent 6b38db7 commit 77578a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
push:
branches:
- '**'
pull_request:
branches-ignore:
- 'release-**/bundle-update'

jobs:
lint:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
# run only on branches and not tags
branches:
- '**'
pull_request:
branches-ignore:
- 'release-**/bundle-update'

jobs:
test:
Expand Down

0 comments on commit 77578a9

Please sign in to comment.