Browse Source

Start the helm workflow when files in deploy/crds change (#3098)

https://github.com/external-secrets/external-secrets/issues/3059

Signed-off-by: shuheiktgw <s-kitagawa@mercari.com>
Shuhei Kitagawa 2 years ago
parent
commit
2ca08fbfb6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/helm.yml

+ 2 - 2
.github/workflows/helm.yml

@@ -7,11 +7,11 @@ on:
       - release-*
     paths:
       - 'deploy/charts/**'
-      - 'deploy/crds'
+      - 'deploy/crds/**'
   pull_request:
     paths:
       - 'deploy/charts/**'
-      - 'deploy/crds'
+      - 'deploy/crds/**'
   workflow_dispatch: {}
 
 permissions: