Skip to content

Commit

Permalink
feat: gitaction test workflow trigger add 'hotfix' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoon9901 authored and haroya01 committed May 10, 2024
1 parent b52ce7b commit c697890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
rm -f ~/.gradle/caches/modules-2/gc.properties

0 comments on commit c697890

Please sign in to comment.