diff --git a/.github/workflows/helm_release.yml b/.github/workflows/helm_release.yml index d96e4d92..0ca5abf1 100644 --- a/.github/workflows/helm_release.yml +++ b/.github/workflows/helm_release.yml @@ -7,7 +7,7 @@ on: jobs: helm-release: - if: github.event_name == 'push' && github.ref == 'refs/heads/v2' + if: github.event_name == 'push' && github.ref == 'refs/heads/main' permissions: contents: write runs-on: ubuntu-latest diff --git a/charts/pdp/Chart.yaml b/charts/pdp/Chart.yaml index ea16aae0..4b70c401 100644 --- a/charts/pdp/Chart.yaml +++ b/charts/pdp/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: pdp description: An official Helm chart for Permit.io PDP (Policy Decision Point) -version: 0.0.4 +version: 0.0.4 \ No newline at end of file