Skip to content

Commit 4c068ac

Browse files
authored
Merge pull request #2212 from consideRatio/pr/fix-workflow-triggers
ci: update publish/test-chart workflow triggers
2 parents 7f41f57 + 4d2c4db commit 4c068ac

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@ on:
88
pull_request:
99
paths-ignore:
1010
- "doc/**"
11+
- "**.md"
12+
- ".github/workflows/*"
13+
- "!.github/workflows/publish.yaml"
1114
push:
15+
paths-ignore:
16+
- "doc/**"
17+
- "**.md"
18+
- ".github/workflows/*"
19+
- "!.github/workflows/publish.yaml"
20+
branches-ignore:
21+
- "dependabot/**"
1222

1323
jobs:
1424
# Builds and pushes docker images to DockerHub and package the Helm chart and

.github/workflows/test-chart.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ on:
1010
pull_request:
1111
paths-ignore:
1212
- "doc/**"
13-
- "**/test-docs.yaml"
1413
- "**.md"
1514
- ".github/workflows/*"
1615
- "!.github/workflows/test-chart.yaml"
1716
push:
1817
paths-ignore:
1918
- "doc/**"
20-
- "**/test-docs.yaml"
2119
- "**.md"
2220
- ".github/workflows/*"
2321
- "!.github/workflows/test-chart.yaml"

0 commit comments

Comments
 (0)