Skip to content

Commit 7dd403b

Browse files
committed
feat(ci): add workflow_dispatch trigger to CI configuration
1 parent 400f0ea commit 7dd403b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ permissions:
2020
- .editorconfig
2121
- docs/**
2222
pull_request: null
23+
workflow_dispatch:
2324
concurrency:
2425
group: ${{ github.workflow }}-${{ github.ref }}
2526
cancel-in-progress: true

0 commit comments

Comments
 (0)