ci: prevent duplicate test runs - tests only on PRs, inline tests for builds

This commit is contained in:
Daniel Volz
2025-12-30 11:21:47 +01:00
parent d80b5243b3
commit e5038e9843
2 changed files with 34 additions and 9 deletions
-4
View File
@@ -1,12 +1,8 @@
name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
# Allow this workflow to be called by other workflows
workflow_call:
jobs:
# =============================================================================