mirror of
https://github.com/mastodon/chart
synced 2025-05-18 13:03:21 +00:00
Update test-chart.yml - don't run on gh-pages branch or .github dir
This commit is contained in:
parent
c19cf62173
commit
e7794e22e9
3
.github/workflows/test-chart.yml
vendored
3
.github/workflows/test-chart.yml
vendored
|
@ -10,6 +10,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- "dependabot/**"
|
- "dependabot/**"
|
||||||
|
- "gh-pages"
|
||||||
|
paths-ignore:
|
||||||
|
- ".github/**"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user