We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3ab93b + 71502fd commit d9a3e30Copy full SHA for d9a3e30
.github/workflows/ci.yml
@@ -2,8 +2,7 @@ name: CI
2
3
on:
4
push:
5
- branches:
6
- - main
+ branches: "*"
7
8
jobs:
9
static-analysis: # mypy, black, ruff 등 정적 분석만 실행
0 commit comments