From 9c9992ce931ca26a5f606253978b1736145aa4a8 Mon Sep 17 00:00:00 2001 From: Benedikt Nordhoff Date: Thu, 10 Aug 2023 09:54:56 +0200 Subject: [PATCH] Cleanup workflow --- .github/workflows/build_and_deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 95e2ed9..514acc8 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -1,7 +1,4 @@ -# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions - -name: Deploy AWS +name: Build and Deploy on: - push