Exclude .github folder from triggering tests in CI (#4120)

This commit is contained in:
Silvano Cerza 2023-02-09 18:07:27 +01:00 committed by GitHub
parent e6b6f70ae2
commit 0b23f84205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ on:
paths:
- "**.py"
- "pyproject.toml"
- "!.github/**/*.py"
- "!rest_api/**/*.py"
env: