Skip to content

Commit 984a0a3

Browse files
committed
ci: 더미 스크립트 작성
1 parent 544ebc6 commit 984a0a3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/dummy.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Dummy
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- '**/*.md'
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- run: echo "No build required"

0 commit comments

Comments
 (0)