Allow manually triggering the CI workflow

This commit is contained in:
Roland Geider
2025-04-05 18:26:29 +02:00
parent 952a11a98d
commit a23da30e88

View File

@@ -9,7 +9,8 @@ on:
paths:
- '**.dart'
- 'pubspec.yaml'
workflow_call: { }
workflow_call:
workflow_dispatch:
jobs:
test: