Skip to content

Commit

Permalink
Add workflow_dispatch trigger
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
michalinacienciala committed Jan 3, 2022
1 parent f1b2e8e commit 5e57741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
workflow_dispatch:

jobs:
code-format:
Expand Down

0 comments on commit 5e57741

Please sign in to comment.