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 Álison Fernandes
parent c71b1bfe9c
commit 4128f16025

View file

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