From cadb7d9d77d9c763035c8eb30238d838d26a5031 Mon Sep 17 00:00:00 2001 From: vict0rcarvalh0 Date: Wed, 8 May 2024 08:25:37 -0300 Subject: [PATCH] fix(actions): :ambulance: adjusting job conditions --- .github/workflows/deploy.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b8fdac23..aca439f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,12 +3,8 @@ name: 'Deploy to AWS CloudFormation' on: push: branches: [ main ] - branches: [ uat ] - branches: [ develop ] pull_request: branches: [ main ] - branches: [ uat ] - branches: [ develop ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: