From 906f8362913a93722a52f0cf50c6a8a7fe3c8140 Mon Sep 17 00:00:00 2001 From: "Jade.choe" <112841705+Lcrescent3es@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:28:54 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20Trigger=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 4d629fa..cf89f7a 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -4,9 +4,6 @@ on: push: branches: - main - pull_request_target: - branches: - - main jobs: build-and-push: @@ -68,4 +65,4 @@ jobs: env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - AWS_REGION: ${{ secrets.AWS_REGION }} \ No newline at end of file + AWS_REGION: ${{ secrets.AWS_REGION }}