Skip to content

Commit dd724df

Browse files
authored
action 이 끝나지 않는 이슈 (#17)
* [docs] yml fix add coverage * [docs] yml 오류 수정 * [docs] yml 수정 * [docs] yml 수정-- slack 추가 * [docs] test code fix * [docs] fix test code * [docs] 일부러 만드는 에러 사항 * [SET-38] README commit & branch 컨벤션 추가 작업 (#12) * [docs] [SETB-39] add commit convention * [docs] [SETB-40] add branch convention * yml file 수정 * yml file 수정 * [hotfix] [SETB-41] 999 + 2 === 2 라고 생각한 이슈 (#13) * yml 수정 * yml 수정 * test commit * test commit
1 parent 5873808 commit dd724df

3 files changed

Lines changed: 2 additions & 40 deletions

File tree

.github/workflows/masterCI.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/testCI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: develop PR Test
33
on:
44
pull_request:
55
branches:
6+
- master
67
- develop
78

89
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Commit Convention
66

7-
- task 하나 : 하나의 브랜치 = 1 : 1 로 작업을 한다
7+
- task 하나 : 하나의 브랜치 = 1 : 1 로 작업을 한다.
88
- task 의 하위 이슈(하위 작업)가 생길 경우 브랜치는 생성하지 않는다. (미정)
99
- 커밋 메세지 첫 줄 컨벤션은 다음과 같다.
1010
- [헤더] [SETB-{issue number}] 커밋 메세지

0 commit comments

Comments
 (0)