Skip to content

Commit

Permalink
feat: Update CI Helm Lint workflow to include pull request events
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-bisonai committed Feb 12, 2024
1 parent 36f6901 commit 7b807f0
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/ci.helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,13 @@ name: CI Helm Lint

on:
workflow_dispatch:
push:
pull_request:
types:
- opened
branches:
- i-56/feat/ci-helm-lint
# pull_request:
# types:
# - closed
# branches:
# - main
# paths:
# - '**/*.yaml'
# - '**/templates/*.tpl'
# - '**/templates/*.yaml'
# - '**/**/templates/*.yaml'
- main
- gcp-cypress-prod
- gcp-baobab-prod

jobs:
lint:
Expand Down

0 comments on commit 7b807f0

Please sign in to comment.