mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-19 14:32:59 +08:00
[ci] add paths-ignore for format and static check (#7845)
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
name: Check File Format and License
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- documentation/**
|
||||
- '**/README.md'
|
||||
- '**/README_zh.md'
|
||||
|
||||
jobs:
|
||||
scancode_job:
|
||||
|
||||
@@ -4,6 +4,10 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- documentation/**
|
||||
- '**/README.md'
|
||||
- '**/README_zh.md'
|
||||
|
||||
jobs:
|
||||
scancode_job:
|
||||
|
||||
Reference in New Issue
Block a user