Skip to content

Commit

Permalink
enable lint for helm for push
Browse files Browse the repository at this point in the history
  • Loading branch information
rafajpet committed Mar 25, 2024
1 parent e195643 commit 693f2f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Go tests

on:
push:
pull_request:
permissions:
contents: read
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/helm-lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Lint and Test Charts

on: pull_request
on:
push:
pull_request:
permissions:
contents: read

env:
HELM_VERSION: 3.14.0
Expand Down

0 comments on commit 693f2f6

Please sign in to comment.