From 544ebc61f5b5add82292f605a9bfa5184b31cb7b Mon Sep 17 00:00:00 2001
From: seheonnn
Date: Wed, 10 Jul 2024 23:01:04 +0900
Subject: [PATCH 1/2] =?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 e291f1f..961c6c1 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Spon-us(스포너스)는 대학생 단체와 기업 간의 협찬, 제휴, 그
-
+
From 984a0a3c3ec985082922f84ffda19de2611ca30c Mon Sep 17 00:00:00 2001
From: seheonnn
Date: Wed, 10 Jul 2024 23:48:53 +0900
Subject: [PATCH 2/2] =?UTF-8?q?ci:=20=EB=8D=94=EB=AF=B8=20=EC=8A=A4?=
=?UTF-8?q?=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=9E=91=EC=84=B1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.github/workflows/dummy.yml | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 .github/workflows/dummy.yml
diff --git a/.github/workflows/dummy.yml b/.github/workflows/dummy.yml
new file mode 100644
index 0000000..3d7a597
--- /dev/null
+++ b/.github/workflows/dummy.yml
@@ -0,0 +1,12 @@
+name: Dummy
+
+on:
+ pull_request:
+ paths:
+ - '**/*.md'
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - run: echo "No build required"