소스 검색

ci: fix branch

Sv443 6 달 전
부모
커밋
7a00c1caef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/lint-and-test.yml

+ 1 - 1
.github/workflows/lint-and-test.yml

@@ -2,7 +2,7 @@ name: "Lint and run tests"
 
 on:
   push:
-    branches: [main]
+    branches: [develop]
   pull_request:
     branches: [main]
   workflow_dispatch: