We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43de948 commit a7b4f2aCopy full SHA for a7b4f2a
.github/workflows/helm_release.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
helm-release:
10
- if: github.event_name == 'push' && github.ref == 'refs/heads/v2'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
11
permissions:
12
contents: write
13
runs-on: ubuntu-latest
charts/pdp/Chart.yaml
@@ -1,4 +1,4 @@
1
apiVersion: v2
2
name: pdp
3
description: An official Helm chart for Permit.io PDP (Policy Decision Point)
4
-version: 0.0.4
+version: 0.0.4
0 commit comments