diff --git a/.github/workflows/charts-release-oci.yaml b/.github/workflows/charts-release-oci.yaml index 847fffe..cdcb927 100644 --- a/.github/workflows/charts-release-oci.yaml +++ b/.github/workflows/charts-release-oci.yaml @@ -3,6 +3,8 @@ name: "Charts: Release to GHCR OCI" on: push: branches: [main] + paths: + - "chart/**/*" jobs: release-charts: