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"