add paths-ignore into compile and farm action (#1745)
* add path-ignore into compile.yaml and farm.yaml
This commit is contained in:
parent
de2fc91c4d
commit
2bfab633de
6
.github/workflows/compile.yml
vendored
6
.github/workflows/compile.yml
vendored
@ -5,6 +5,12 @@ on:
|
||||
branches: [ master, develop ]
|
||||
pull_request:
|
||||
branches: [ master, develop ]
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '.github/**'
|
||||
- 'README.md'
|
||||
- 'README_CN.md'
|
||||
- 'CONTRIBUTING.md'
|
||||
|
||||
jobs:
|
||||
centos-build:
|
||||
|
7
.github/workflows/farm.yml
vendored
7
.github/workflows/farm.yml
vendored
@ -3,6 +3,13 @@ name: Farm
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master,develop ]
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '.github/**'
|
||||
- 'README.md'
|
||||
- 'README_CN.md'
|
||||
- 'CONTRIBUTING.md'
|
||||
|
||||
schedule:
|
||||
- cron: '30 9 * * *'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user