feat: Enable manual triggering of CI workflow with workflow_dispatch event

This commit is contained in:
HueByte
2026-02-19 10:00:01 +01:00
parent b0e1ec48af
commit aea29d3977
+1
View File
@@ -3,6 +3,7 @@ name: CI / Release
on: on:
push: push:
branches: [master] branches: [master]
workflow_dispatch:
permissions: permissions:
contents: write contents: write