Skip to content

Commit dbf25c6

Browse files
authored
ci: actions 스크립트 수정 (#354)
* ci: actions 스크립트 수정
1 parent 4232710 commit dbf25c6

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
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

+2
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

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
Spon-us(스포너스)는 대학생 단체와 기업 간의 협찬, 제휴, 그리고 연계 프로그램을 원활히 이끌어가는 서비스입니다.
55

66
### 📎 [API 명세서 v1](https://spon-us.notion.site/API-f9abab1bc7f448d4bcc010cfb935c5f9?pvs=4)
7+
78
### 📎 API 명세서 v2 (개발중)
89

910
<br>

0 commit comments

Comments
 (0)