add paths-ignore into compile and farm action (#1745)

* add path-ignore into compile.yaml and farm.yaml
This commit is contained in:
wangyunlai 2023-12-11 16:34:08 +08:00 committed by GitHub
parent de2fc91c4d
commit 2bfab633de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

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

View File

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