From 7030057942b9d0524d922136bcbbeb59c81b787b Mon Sep 17 00:00:00 2001 From: s-egge Date: Sun, 22 Sep 2024 11:43:37 -0700 Subject: [PATCH] added API deploy on push For testing console logs --- .github/workflows/API-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/API-deploy.yml b/.github/workflows/API-deploy.yml index c9fc92a4..64183def 100644 --- a/.github/workflows/API-deploy.yml +++ b/.github/workflows/API-deploy.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - linc-mds-multiplier jobs: deploy-sam: name: Deploy Serveless API