File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: Helm Release Workflow
22
33on :
44 push :
5- branches :
6- - v2
7- workflow_dispatch :
5+ paths :
6+ - ' charts/pdp/Chart.yaml'
87
98jobs :
109 helm-release :
10+ if : github.event_name == 'push' && github.ref == 'refs/heads/v2'
1111 permissions :
1212 contents : write
1313 runs-on : ubuntu-latest
1616 uses : actions/checkout@v3
1717 with :
1818 fetch-depth : 0
19+
1920 - name : Configure Git
2021 run : |
2122 git config user.name "elimoshkovich"
2930 env :
3031 CR_TOKEN : " ${{ secrets.PAGES }}"
3132 with :
32- skip_existing : true
33+ skip_existing : true
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : pdp
33description : An official Helm chart for Permit.io PDP (Policy Decision Point)
4- version : 0.0.2
4+ version : 0.0.3
You can’t perform that action at this time.
0 commit comments