added ignore for publish scripts
Some checks failed
.NET Test / test (push) Successful in 1m8s
.NET Publish / publish (push) Failing after 55s

This commit is contained in:
2023-11-27 22:48:39 +04:00
parent 2d8e8b2e5e
commit bd1eb98de6

View File

@@ -7,6 +7,7 @@ on:
- '**' - '**'
paths-ignore: paths-ignore:
- 'README.md' - 'README.md'
- '.gitea/workflows/publish-*.yaml'
pull_request: pull_request:
branches: [ main ] branches: [ main ]