mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-09 01:41:10 +08:00
[ci] change check branch to v5.1.x
This commit is contained in:
parent
0499617556
commit
d958b656b8
4
.github/workflows/action_tools.yml
vendored
4
.github/workflows/action_tools.yml
vendored
@ -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'
|
||||
|
4
.github/workflows/action_utest.yml
vendored
4
.github/workflows/action_utest.yml
vendored
@ -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'
|
||||
|
4
.github/workflows/bsp_buildings.yml
vendored
4
.github/workflows/bsp_buildings.yml
vendored
@ -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'
|
||||
|
@ -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'
|
||||
|
4
.github/workflows/doxygen.yml
vendored
4
.github/workflows/doxygen.yml
vendored
@ -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/**
|
||||
|
2
.github/workflows/file_check.yml
vendored
2
.github/workflows/file_check.yml
vendored
@ -3,7 +3,7 @@ name: Check File Format and License
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- v5.1.x
|
||||
paths-ignore:
|
||||
- documentation/**
|
||||
- '**/README.md'
|
||||
|
4
.github/workflows/pkgs_test.yml
vendored
4
.github/workflows/pkgs_test.yml
vendored
@ -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'
|
||||
|
4
.github/workflows/spell_check.yml
vendored
4
.github/workflows/spell_check.yml
vendored
@ -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:
|
||||
|
2
.github/workflows/static_code_analysis.yml
vendored
2
.github/workflows/static_code_analysis.yml
vendored
@ -3,7 +3,7 @@ name: Static code analysis
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- v5.1.x
|
||||
paths-ignore:
|
||||
- documentation/**
|
||||
- '**/README.md'
|
||||
|
Loading…
x
Reference in New Issue
Block a user