mirror of
https://github.com/mastodon/chart
synced 2025-05-18 13:03:21 +00:00
Run chart test on all pull requests and pushed branches
This commit is contained in:
parent
1218aab64a
commit
b079df8766
10
.github/workflows/test-chart.yml
vendored
10
.github/workflows/test-chart.yml
vendored
|
@ -5,15 +5,9 @@ name: Test chart
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths-ignore:
|
||||||
- "chart/**"
|
- "README.md"
|
||||||
- "!**.md"
|
|
||||||
- ".github/workflows/test-chart.yml"
|
|
||||||
push:
|
push:
|
||||||
paths:
|
|
||||||
- "chart/**"
|
|
||||||
- "!**.md"
|
|
||||||
- ".github/workflows/test-chart.yml"
|
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- "dependabot/**"
|
- "dependabot/**"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user