ci: Add workflow_dispatch to main

pull/291/head
Elian Doran 2024-08-03 23:36:02 +07:00
parent 48ac02a1a7
commit efc5ac0e9b
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

@ -5,9 +5,11 @@ on:
- 'develop' - 'develop'
- 'feature/update**' - 'feature/update**'
- 'feature/server_esm**' - 'feature/server_esm**'
- 'feature/new_icon'
paths-ignore: paths-ignore:
- 'docs/**' - 'docs/**'
- 'bin/**' - 'bin/**'
workflow_dispatch:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}