Skip to content

Commit 5e57741

Browse files
Add workflow_dispatch trigger
We're adding `workflow_dispatch` trigger. It's not meant to be used on a regular basis, but there may be situations in the future when it will be helpful.
1 parent f1b2e8e commit 5e57741

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8+
workflow_dispatch:
89

910
jobs:
1011
code-format:

0 commit comments

Comments
 (0)