Skip to content

Commit

Permalink
CI: 워크플로우 test/server 브랜치 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
K-KY committed Jan 25, 2025
1 parent 50041a5 commit a5cbd64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Java CI with Gradle

on:
push:
branches: [ "dev", "main", "setting/multi-module", 'multi-dev' ]
branches: [ "dev", "main", "setting/multi-module", 'multi-dev', 'test/server' ]
pull_request:
branches: [ "dev", "main", "setting/multi-module", "multi-dev" ]
branches: [ "dev", "main", "setting/multi-module", "multi-dev", 'test/server' ]

jobs:
build:
Expand Down

0 comments on commit a5cbd64

Please sign in to comment.