Răsfoiți Sursa

ci: fix branch

Sv443 6 luni în urmă
părinte
comite
7a00c1caef
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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: