Updated test workflow. Narrowed trigger conditions.
All checks were successful
/ unit-tests (push) Successful in 12s
All checks were successful
/ unit-tests (push) Successful in 12s
This commit is contained in:
@@ -2,6 +2,10 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
# Run tests only if Python files change or this workflow file changes
|
||||||
|
- '.gitea/workflows/run-unit-tests.yml'
|
||||||
|
- '**/*.py'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit-tests:
|
unit-tests:
|
||||||
|
|||||||
Reference in New Issue
Block a user