Skip to content

Commit 22f1565

Browse files
Update main 과 테스트용 브랜치 추가
1 parent 9f3bf2d commit 22f1565

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/update-README.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ name: update README.md
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches:
9+
- main
10+
- cruelladevil-readme-test
911
pull_request:
10-
branches: [ main ]
11-
12+
branches:
13+
- main
14+
- cruelladevil-readme-test
1215
jobs:
1316
build:
1417

0 commit comments

Comments
 (0)