Skip to content

Commit

Permalink
build(github): Enable helm-check action for master branch as well
Browse files Browse the repository at this point in the history
Related to
#11439 (comment)

Signed-off-by: Tam Mach <sayboras@yahoo.com>
  • Loading branch information
sayboras authored and aanm committed May 12, 2020
1 parent e637199 commit 8b609ab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/helm-check.yaml
@@ -1,9 +1,10 @@
name: Helm Lint and Test Charts

on:
pull_request:
paths:
- 'install/kubernetes/**'
pull_request: {}
push:
branches:
- master

jobs:
quick-install:
Expand Down

0 comments on commit 8b609ab

Please sign in to comment.