Skip to content

Commit

Permalink
ci: add workflow_dispatch trigger for test workflow. (#7606)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen authored Sep 26, 2024
1 parent fea7250 commit 1fdf30a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1fdf30a

Please sign in to comment.