Browse Source

[ci] change check branch to v5.1.x

Meco Man 1 year ago
parent
commit
d958b656b8

+ 2 - 2
.github/workflows/action_tools.yml

@@ -8,7 +8,7 @@ on:
     - cron:  '0 16 1 * *'
   push:
     branches:
-      - master
+      - v5.1.x
     paths-ignore:
       - documentation/**
       - '**/README.md'
@@ -18,7 +18,7 @@ on:
       - '**/*.cpp'
   pull_request:
     branches:
-      - master
+      - v5.1.x
     paths-ignore:
       - documentation/**
       - '**/README.md'

+ 2 - 2
.github/workflows/action_utest.yml

@@ -8,14 +8,14 @@ on:
     - cron:  '0 16 1 * *'
   push:
     branches:
-      - master
+      - v5.1.x
     paths-ignore:
       - documentation/**
       - '**/README.md'
       - '**/README_zh.md'
   pull_request:
     branches:
-      - master
+      - v5.1.x
     paths-ignore:
       - documentation/**
       - '**/README.md'

+ 2 - 2
.github/workflows/bsp_buildings.yml

@@ -8,14 +8,14 @@ on:
     - cron:  '0 16 * * *'
   push:
     branches:
-      - master
+      - v5.1.x
     paths-ignore:
       - documentation/**
       - '**/README.md'
       - '**/README_zh.md'
   pull_request:
     branches:
-      - master
+      - v5.1.x
     paths-ignore:
       - documentation/**
       - '**/README.md'

+ 2 - 2
.github/workflows/compile_bsp_with_drivers.yml

@@ -15,14 +15,14 @@ name: BSP compilation with more drivers
 on:
   push:
     branches:
-      - master
+      - v5.1.x
     paths-ignore:
       - documentation/**
       - '**/README.md'
       - '**/README_zh.md'
   pull_request:
     branches:
-      - master
+      - v5.1.x
     paths-ignore:
       - documentation/**
       - '**/README.md'

+ 2 - 2
.github/workflows/doxygen.yml

@@ -5,14 +5,14 @@ on:
     - cron:  '0 16 30 * *'
   push:
     branches:
-      - master
+      - v5.1.x
     paths-ignore:
       - documentation/**
       - '**/README.md'
       - '**/README_zh.md'
   pull_request:
     branches:
-      - master
+      - v5.1.x
     paths-ignore:
       - documentation/**
       - bsp/**

+ 1 - 1
.github/workflows/file_check.yml

@@ -3,7 +3,7 @@ name: Check File Format and License
 on:
   pull_request:
     branches:
-      - master
+      - v5.1.x
     paths-ignore:
       - documentation/**
       - '**/README.md'

+ 2 - 2
.github/workflows/pkgs_test.yml

@@ -3,14 +3,14 @@ name: pkgs_test
 on:
     push:
         branches:
-          - master
+          - v5.1.x
         paths-ignore:
           - documentation/**
           - '**/README.md'
           - '**/README_zh.md'
     pull_request:
         branches:
-          - master
+          - v5.1.x
         paths-ignore:
           - documentation/**
           - '**/README.md'

+ 2 - 2
.github/workflows/spell_check.yml

@@ -3,12 +3,12 @@ name: Check Spelling
 on:
   push:
     branches:
-      - master
+      - v5.1.x
     paths:
       - 'documentation/**'
   pull_request:
     branches:
-      - master
+      - v5.1.x
     paths:
       - 'documentation/**'
 jobs:

+ 1 - 1
.github/workflows/static_code_analysis.yml

@@ -3,7 +3,7 @@ name: Static code analysis
 on:
   pull_request:
     branches:
-      - master
+      - v5.1.x
     paths-ignore:
       - documentation/**
       - '**/README.md'