فهرست منبع

add v4-dev to workflow branches

REJack 4 سال پیش
والد
کامیت
4ade31502d
4فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 1 0
      .github/workflows/ci.yml
  2. 1 0
      .github/workflows/codeql.yml
  3. 1 0
      .github/workflows/docs.yml
  4. 1 0
      .github/workflows/lint.yml

+ 1 - 0
.github/workflows/ci.yml

@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - master
+      - v4-dev
   pull_request:
     branches:
       - "**"

+ 1 - 0
.github/workflows/codeql.yml

@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - master
+      - v4-dev
       - "!dependabot/**"
   pull_request:
     # The branches below must be a subset of the branches above

+ 1 - 0
.github/workflows/docs.yml

@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - master
+      - v4-dev
   pull_request:
     branches:
       - "**"

+ 1 - 0
.github/workflows/lint.yml

@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - master
+      - v4-dev
   pull_request:
     branches:
       - "**"