ci(test): add workflow_dispatch trigger

This commit is contained in:
Parker Brown
2024-08-08 14:31:42 -07:00
parent 000e2a0d29
commit 9ccc6dbd71
+1
View File
@@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}