Allow test workflow to be triggered manually (#1449)

This commit is contained in:
Patrick Honkonen
2024-06-13 09:47:36 -04:00
committed by GitHub
parent ff423c655b
commit a09b82c97b

View File

@@ -8,6 +8,7 @@ on:
- "hotfix-rc"
pull_request_target:
types: [opened, synchronize]
workflow_dispatch:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}