Forráskód Böngészése

add v4-dev to workflow branches

REJack 4 éve
szülő
commit
4ade31502d

+ 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:
       - "**"