4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-08 23:31:09 +08:00

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

This commit is contained in:
Meco Man 2024-03-21 01:24:02 -04:00
parent 0499617556
commit d958b656b8
9 changed files with 16 additions and 16 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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/**

View File

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

View File

@ -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'

View File

@ -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:

View File

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