فهرست منبع

fix: GH actions for dev branch

AlpinDale 1 سال پیش
والد
کامیت
7c1e00f51b
2فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 2 0
      .github/workflows/pylint.yml
  2. 2 0
      .github/workflows/yapf.yml

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

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

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

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