mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53: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:
|
||||
pull_request:
|
||||
paths:
|
||||
- "chart/**"
|
||||
- "!**.md"
|
||||
- ".github/workflows/test-chart.yml"
|
||||
paths-ignore:
|
||||
- "README.md"
|
||||
push:
|
||||
paths:
|
||||
- "chart/**"
|
||||
- "!**.md"
|
||||
- ".github/workflows/test-chart.yml"
|
||||
branches-ignore:
|
||||
- "dependabot/**"
|
||||
workflow_dispatch:
|
||||
|
|
Loading…
Reference in New Issue
Block a user