File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 8
8
pull_request :
9
9
paths-ignore :
10
10
- " doc/**"
11
+ - " **.md"
12
+ - " .github/workflows/*"
13
+ - " !.github/workflows/publish.yaml"
11
14
push :
15
+ paths-ignore :
16
+ - " doc/**"
17
+ - " **.md"
18
+ - " .github/workflows/*"
19
+ - " !.github/workflows/publish.yaml"
20
+ branches-ignore :
21
+ - " dependabot/**"
12
22
13
23
jobs :
14
24
# Builds and pushes docker images to DockerHub and package the Helm chart and
Original file line number Diff line number Diff line change 10
10
pull_request :
11
11
paths-ignore :
12
12
- " doc/**"
13
- - " **/test-docs.yaml"
14
13
- " **.md"
15
14
- " .github/workflows/*"
16
15
- " !.github/workflows/test-chart.yaml"
17
16
push :
18
17
paths-ignore :
19
18
- " doc/**"
20
- - " **/test-docs.yaml"
21
19
- " **.md"
22
20
- " .github/workflows/*"
23
21
- " !.github/workflows/test-chart.yaml"
You can’t perform that action at this time.
0 commit comments