Updated test workflow. Narrowed trigger conditions.
All checks were successful
/ unit-tests (push) Successful in 12s

This commit is contained in:
2025-11-03 08:50:26 +01:00
parent 77ec8354c8
commit 9ef54860a5

View File

@@ -2,6 +2,10 @@ on:
push:
branches:
- main
paths:
# Run tests only if Python files change or this workflow file changes
- '.gitea/workflows/run-unit-tests.yml'
- '**/*.py'
jobs:
unit-tests: