3
0
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:
Alex Nordlund 2022-12-02 18:03:58 +01:00
parent 1218aab64a
commit b079df8766

View File

@ -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: