浏览代码

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