Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit efc5ac0

Browse files
committed
ci: Add workflow_dispatch to main
1 parent 48ac02a commit efc5ac0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ on:
55
- 'develop'
66
- 'feature/update**'
77
- 'feature/server_esm**'
8+
- 'feature/new_icon'
89
paths-ignore:
910
- 'docs/**'
1011
- 'bin/**'
12+
workflow_dispatch:
1113

1214
concurrency:
1315
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)