Skip to content

Commit d9a3e30

Browse files
authored
Merge pull request #7 from OZ-Coding-School/day8
Day8
2 parents f3ab93b + 71502fd commit d9a3e30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: "*"
76

87
jobs:
98
static-analysis: # mypy, black, ruff 등 정적 분석만 실행

0 commit comments

Comments
 (0)