Skip to content

Commit

Permalink
Enable lint workflows to run on push, release or pull requests instea…
Browse files Browse the repository at this point in the history
…d of just pull requests
  • Loading branch information
cfisoi committed Jan 29, 2024
1 parent 419a0e5 commit 85cd32d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/on-push-lint-charts.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Lint and Test Charts

on:
# push:
# paths:
# - 'charts/**'
# - '.github/**'
push:
paths:
- 'charts/**'
- '.github/**'
pull_request:
paths:
- 'charts/**'
- '.github/**'
- 'charts/**'
- '.github/**'
workflow_dispatch:

env:
KUBE_SCORE_VERSION: 1.17.0
HELM_VERSION: v3.13.2

concurrency:
group: ${{ github.head_ref }}
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 85cd32d

Please sign in to comment.