From 3ef46a1e681ec5b0337a4e9fc38cc7d80655b5a6 Mon Sep 17 00:00:00 2001 From: kpavlenko Date: Thu, 6 Jul 2023 10:36:07 +0200 Subject: [PATCH] pipeline test --- .github/{ => workflows}/npmpublish.yml | 6 ++++++ 1 file changed, 6 insertions(+) rename .github/{ => workflows}/npmpublish.yml (91%) diff --git a/.github/npmpublish.yml b/.github/workflows/npmpublish.yml similarity index 91% rename from .github/npmpublish.yml rename to .github/workflows/npmpublish.yml index 21e9dc8..803cb88 100644 --- a/.github/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -6,6 +6,12 @@ name: Node.js Package on: release: types: [published] + pull_request: + workflow_dispatch: + inputs: + comment: + description: Just a simple comment to know the purpose of the manual build + required: false jobs: build: