ci: add workflow_dispatch trigger for test workflow. (#7606)

This commit is contained in:
DmitriyLewen
2024-09-26 21:42:34 +06:00
committed by GitHub
parent fea7250f7f
commit 1fdf30a545

View File

@@ -8,6 +8,8 @@ on:
- 'LICENSE'
- '.release-please-manifest.json' ## don't run tests for release-please PRs
merge_group:
workflow_dispatch:
env:
GO_VERSION: '1.22'
jobs: