From 3e35c9ef5e1176ce05a40aaaeb9a92eb5a352bcd Mon Sep 17 00:00:00 2001 From: Jiwoo Kang Date: Sun, 26 Sep 2021 16:18:52 +0900 Subject: [PATCH] =?UTF-8?q?worflow=5Fdispatch=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/aws-prod.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/aws-prod.yml b/.github/workflows/aws-prod.yml index eb0d6ed..419be77 100644 --- a/.github/workflows/aws-prod.yml +++ b/.github/workflows/aws-prod.yml @@ -27,6 +27,9 @@ on: push: branches: - master + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: release: types: [created]