Commit ed27c1a 1 parent 003e7da commit ed27c1a Copy full SHA for ed27c1a
File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright (c) Magistrala
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
1
4
name : Generate Helm Docs
2
5
3
6
on :
4
- pull_request :
7
+ push :
5
8
branches :
6
- - ' * ' # Run on all pull requests
9
+ - master
7
10
8
11
jobs :
9
12
generate-docs :
12
15
- name : Checkout repository
13
16
uses : actions/checkout@v4
14
17
with :
15
- repository : ${{ github.event.pull_request.head.repo.full_name }}
16
- ref : ${{ github.event.pull_request.head. ref }}
18
+ repository : ${{ github.repository }}
19
+ ref : ${{ github.ref }}
17
20
fetch-depth : 0
18
21
19
22
- name : Generate Helm Docs
25
28
template-files : " README.md.gotmpl"
26
29
git-push : false
27
30
fail-on-diff : true
28
-
Original file line number Diff line number Diff line change 12
12
13
13
{{ template "chart.requirementsSection" . }}
14
14
15
- {{ template "chart.valuesSection" . }}
15
+ {{ template "chart.valuesSection" . }}
You can’t perform that action at this time.
0 commit comments