From 0beb79c44d16659415d4aa52e0a866639d123630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sat, 26 Feb 2022 19:47:37 +0200 Subject: [PATCH] Update TypeScript Build workflow (Github Workflows) --- .github/workflows/typescript-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/typescript-build.yml b/.github/workflows/typescript-build.yml index 37a8234..6ff3134 100644 --- a/.github/workflows/typescript-build.yml +++ b/.github/workflows/typescript-build.yml @@ -2,6 +2,7 @@ name: TypeScript Build on: push: + workflow_dispatch: jobs: tsc: