From 1f0f6219fbe56b3a744064c861bf14e2bbfc5605 Mon Sep 17 00:00:00 2001 From: WhatACotton <118359411+WhatACotton@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:34:46 +0900 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 28dbc298..ed206b3a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,8 +15,8 @@ env: jobs: build_and_deploy: if: | - (github.event_name == 'push' && ((github.head_ref || github.ref_name) != 'main' )) || - (github.event_name == 'pull_request' && github.event.pull_request.merged == true) || + (github.event_name == 'push' && ((github.head_ref || github.ref_name) != 'main' )) || + github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' runs-on: [self-hosted, garm] permissions: