Sfoglia il codice sorgente

fix: GH actions for dev branch

AlpinDale 1 anno fa
parent
commit
7c1e00f51b
2 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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