From aea29d3977f529b99cd7774eb6c1d6bcca25c6fb Mon Sep 17 00:00:00 2001 From: HueByte Date: Thu, 19 Feb 2026 10:00:01 +0100 Subject: [PATCH] feat: Enable manual triggering of CI workflow with workflow_dispatch event --- .github/workflows/ci-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index cb356a5..0d132d1 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -3,6 +3,7 @@ name: CI / Release on: push: branches: [master] + workflow_dispatch: permissions: contents: write