Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Fix workflow trigger path
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
  • Loading branch information
marcofranssen committed Feb 21, 2023
1 parent 32303d7 commit b804b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-chart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
pull_request:
paths:
- 'charts/**'
- '.github/workflows/helm-chart-ci.yml'
- 'helm-docs.sh'
- '.github/workflows/helm-chart-ci.yaml'
- '.github/kind/conf/kind-config.yaml'
- 'helm-docs.sh'

concurrency:
group: ${{ github.ref }}
Expand Down

0 comments on commit b804b0a

Please sign in to comment.