From bf6fcb0478ea2de20c13b05aaf7021e73523b04b Mon Sep 17 00:00:00 2001
From: seheonnn
Date: Wed, 10 Jul 2024 22:37:11 +0900
Subject: [PATCH 1/4] =?UTF-8?q?ci:=20actions=20=EC=8A=A4=ED=81=AC=EB=A6=BD?=
=?UTF-8?q?=ED=8A=B8=20=EC=88=98=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.github/workflows/cd_gradle.yml | 2 ++
.github/workflows/ci_gradle.yml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/.github/workflows/cd_gradle.yml b/.github/workflows/cd_gradle.yml
index 9c2f3070..7844af89 100644
--- a/.github/workflows/cd_gradle.yml
+++ b/.github/workflows/cd_gradle.yml
@@ -4,6 +4,8 @@ on:
workflow_dispatch:
push:
branches: [ "develop" ]
+ paths-ignore:
+ - '*.md'
permissions:
contents: read
diff --git a/.github/workflows/ci_gradle.yml b/.github/workflows/ci_gradle.yml
index 109bb042..f14ce2da 100644
--- a/.github/workflows/ci_gradle.yml
+++ b/.github/workflows/ci_gradle.yml
@@ -3,6 +3,8 @@ name: CI
on:
pull_request:
branches: [ "develop" ]
+ paths-ignore:
+ - '*.md'
permissions:
contents: read
From d71fad4c3b9cb13de88c3d72a81ef005c494dbcd Mon Sep 17 00:00:00 2001
From: seheonnn
Date: Wed, 10 Jul 2024 22:44:42 +0900
Subject: [PATCH 2/4] =?UTF-8?q?ci:=20ci=20=ED=85=8C=EC=8A=A4=ED=8A=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5f8b5dcb..961c6c1e 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@
Spon-us(스포너스)는 대학생 단체와 기업 간의 협찬, 제휴, 그리고 연계 프로그램을 원활히 이끌어가는 서비스입니다.
### 📎 [API 명세서 v1](https://spon-us.notion.site/API-f9abab1bc7f448d4bcc010cfb935c5f9?pvs=4)
+
### 📎 API 명세서 v2 (개발중)
@@ -57,7 +58,7 @@ Spon-us(스포너스)는 대학생 단체와 기업 간의 협찬, 제휴, 그
-
+
From b34ed4e25596238aae18c809126ce5e60e8526f9 Mon Sep 17 00:00:00 2001
From: seheonnn
Date: Wed, 10 Jul 2024 22:47:12 +0900
Subject: [PATCH 3/4] =?UTF-8?q?ci:=20actions=20=EC=8A=A4=ED=81=AC=EB=A6=BD?=
=?UTF-8?q?=ED=8A=B8=20=EC=88=98=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.github/workflows/cd_gradle.yml | 2 +-
.github/workflows/ci_gradle.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/cd_gradle.yml b/.github/workflows/cd_gradle.yml
index 7844af89..04e9e4ac 100644
--- a/.github/workflows/cd_gradle.yml
+++ b/.github/workflows/cd_gradle.yml
@@ -5,7 +5,7 @@ on:
push:
branches: [ "develop" ]
paths-ignore:
- - '*.md'
+ - '**/*.md'
permissions:
contents: read
diff --git a/.github/workflows/ci_gradle.yml b/.github/workflows/ci_gradle.yml
index f14ce2da..74b94859 100644
--- a/.github/workflows/ci_gradle.yml
+++ b/.github/workflows/ci_gradle.yml
@@ -4,7 +4,7 @@ on:
pull_request:
branches: [ "develop" ]
paths-ignore:
- - '*.md'
+ - '**/*.md'
permissions:
contents: read
From b33999c4d5429c19d111e4f263bbb6104338d436 Mon Sep 17 00:00:00 2001
From: seheonnn
Date: Wed, 10 Jul 2024 22:49:08 +0900
Subject: [PATCH 4/4] =?UTF-8?q?ci:=20ci=20=ED=85=8C=EC=8A=A4=ED=8A=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 961c6c1e..e291f1fa 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Spon-us(스포너스)는 대학생 단체와 기업 간의 협찬, 제휴, 그
-
+