Support manual workflow dispatch

This commit is contained in:
momo5502
2024-10-30 20:33:04 +01:00
parent e4a97e84b9
commit c8a5641cfb

View File

@@ -8,6 +8,7 @@ on:
branches:
- "*"
types: [opened, synchronize, reopened]
workflow_dispatch:
concurrency:
group: ${{ github.ref }}