3
0
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:
JesseBot 2023-07-02 11:14:03 +02:00 committed by GitHub
parent c19cf62173
commit e7794e22e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,9 @@ on:
push: push:
branches-ignore: branches-ignore:
- "dependabot/**" - "dependabot/**"
- "gh-pages"
paths-ignore:
- ".github/**"
workflow_dispatch: workflow_dispatch:
permissions: permissions: