workflows: allow to test via workflow_dispatch

This commit is contained in:
Kamil Trzcinski 2023-07-22 10:48:14 +09:00
parent 98aa208930
commit 8143fa97dc

View File

@ -4,6 +4,7 @@ on:
- '.github/workflows/build_test.yaml'
- 'RELEASE.md'
pull_request:
workflow_dispatch:
jobs:
build: