feat: Ability to manually run CI for pull requests

This commit is contained in:
Karolin Varner
2025-04-13 13:11:36 +02:00
parent 4266cbfb72
commit 7218b0a3f4
3 changed files with 10 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ on:
push:
branches:
- main
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}