Skip to content

Commit 826dd17

Browse files
authored
fix: gemini profile 추가 및 workflow 일부 수정 (#39)
1 parent b9b5d2c commit 826dd17

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/develop_build_deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Build and Deploy to Develop
22

33
on:
4-
pull_request:
5-
branches:
6-
- develop
74
push:
85
branches:
96
- develop

src/main/resources/application.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ spring:
55
dev: "dev, datasource"
66
include:
77
- security
8-
- redis
8+
- redis
9+
- gemini

0 commit comments

Comments
 (0)