From f9bf26c172830789ed6d89d27f6e5ac9127b43cf Mon Sep 17 00:00:00 2001 From: Piotr Date: Fri, 12 Mar 2021 11:02:43 +0100 Subject: [PATCH] update CI --- .github/workflows/ci.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1e1b5f..f082bcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,13 +1,8 @@ name: CI -on: - pull_request: - paths: - - 'src/**' - - 'dist/**' - - tsconfig.json - - package.json - - yarn.lock +on: + workflow_dispatch: + push: env: IMAGE_NAME: alpine:3.10.1