diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bb7517e3d..9521db40b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,9 @@ name: Helm Charts on: push: branches: - - master + - "!*" + tags: + - "v*" jobs: release: diff --git a/charts/operator/README.md b/charts/operator/README.md index 4ca9d3675..6682002ed 100644 --- a/charts/operator/README.md +++ b/charts/operator/README.md @@ -23,7 +23,7 @@ The versions required are: ## How it works -![operator architecture](https://github.com/stakewise/helm-charts/raw/main/operator/img/scheme.png) +![operator architecture](https://github.com/stakewise/helm-charts/raw/main/charts/operator/img/scheme.png) **Explanation of the schema**