git: Allow test action to be imported by other projects

This commit is contained in:
WerWolv
2025-07-29 21:38:20 +02:00
parent 3b2f098b09
commit d3b05fd753

View File

@@ -7,6 +7,7 @@ on:
branches: [ '*' ] branches: [ '*' ]
repository_dispatch: repository_dispatch:
types: [run_tests] types: [run_tests]
workflow_call:
jobs: jobs:
tests: tests: