Skip to content

Commit bcf26c7

Browse files
committed
ci: ci/cd 파일 변경
1 parent a309199 commit bcf26c7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/cd_gradle.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflow_dispatch:
55
push:
66
branches: [ "develop" ]
7+
paths-ignore:
8+
- '**/*.md'
79

810
permissions:
911
contents: read

.github/workflows/ci_gradle.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CI
33
on:
44
pull_request:
55
branches: [ "develop" ]
6+
paths-ignore:
7+
- '**/*.md'
68

79
permissions:
810
contents: read
@@ -29,7 +31,7 @@ jobs:
2931
shell: bash
3032

3133
- name: Start Docker Compose
32-
run: docker-compose -f docker-compose-test.yml up -d
34+
run: docker compose up -d
3335

3436
- name: Grant execute permission for gradlew
3537
run: chmod +x gradlew

0 commit comments

Comments
 (0)