ci: Add workflow_dispatch to main

This commit is contained in:
Elian Doran
2024-08-03 23:36:02 +03:00
parent 48ac02a1a7
commit efc5ac0e9b

View File

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