1
0
AlpinDale 11 сар өмнө
parent
commit
b01eec7c35

+ 0 - 2
.github/workflows/ruff.yml

@@ -6,11 +6,9 @@ on:
   push:
     branches:
       - main
-      - dev
   pull_request:
     branches:
       - main
-      - dev
 
 jobs:
   ruff:

+ 0 - 2
.github/workflows/yapf.yml

@@ -6,11 +6,9 @@ on:
   push:
     branches:
       - main
-      - dev
   pull_request:
     branches:
       - main
-      - dev
 jobs:
   yapf:
     runs-on: ubuntu-latest