From a5d57eccbda5d5b086d3960af0066057ce3cc7f5 Mon Sep 17 00:00:00 2001 From: Sean Ryan Date: Sun, 4 Dec 2022 12:15:14 +0100 Subject: [PATCH] Fix the new manual workflow (#234) * Update node.js.deploy.yml * Restore name of workflow job as it is required --- .github/workflows/node.js.deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node.js.deploy.yml b/.github/workflows/node.js.deploy.yml index de50260..e8c70d1 100644 --- a/.github/workflows/node.js.deploy.yml +++ b/.github/workflows/node.js.deploy.yml @@ -4,8 +4,11 @@ name: Deploy to npm # # Also runs the full set of tests, with all Node + TypeScript versions. +on: + workflow_dispatch + jobs: - build: + build_test_and_deploy: environment: prod runs-on: ubuntu-latest strategy: