From c697890d797ffd91e0cc3f7e554a5064478877b0 Mon Sep 17 00:00:00 2001 From: SeongHoon Park Date: Fri, 10 May 2024 13:38:24 +0900 Subject: [PATCH] feat: gitaction test workflow trigger add 'hotfix' branch --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cb03e8bc..49041c3a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ name: Test by Gradle & Code Coverage on: pull_request: - branches: [ "develop", "main" ] + branches: [ "develop", "main", "hotfix" ] workflow_call: secrets: JASYPT_ENCRYPTOR_PASSWORD: @@ -62,4 +62,4 @@ jobs: if: ${{ always() }} run: | rm -f ~/.gradle/caches/modules-2/modules-2.lock - rm -f ~/.gradle/caches/modules-2/gc.properties \ No newline at end of file + rm -f ~/.gradle/caches/modules-2/gc.properties