From 07e222653234422596c9f41824b17760ba8366e4 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 7 Feb 2020 17:19:21 +0100 Subject: [PATCH] backend/scaffolder/templates: fix actions yaml --- .../.github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/backend/scaffolder/templates/react-ssr-template/{{cookiecutter.component_id}}/.github/workflows/build.yml b/backend/scaffolder/templates/react-ssr-template/{{cookiecutter.component_id}}/.github/workflows/build.yml index 9087876ce2..b82f29562e 100644 --- a/backend/scaffolder/templates/react-ssr-template/{{cookiecutter.component_id}}/.github/workflows/build.yml +++ b/backend/scaffolder/templates/react-ssr-template/{{cookiecutter.component_id}}/.github/workflows/build.yml @@ -1,9 +1,6 @@ name: Frontend CI -on: - push: - paths: - - '.' +on: [push] jobs: build: