From b4ff7735de59dd9c626cc5c4ca57d9342e57226e Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Tue, 2 Dec 2025 03:45:13 +0100 Subject: [PATCH] chore: enable manual dispatch of GH Actions workflow --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eda35e9..be7542c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: Cordova HTTP Plugin CI -on: [push] +on: + push: + workflow_dispatch: + inputs: + ci_reason: + description: 'Optional note for manual runs' + required: false env: nodejs: "16.x"