Skip to content

Commit

Permalink
Skip CI when some specific files were changed (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
QwQ2000 authored Dec 2, 2021
1 parent e3b904e commit 4a115bc
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,24 @@ name: build

on:
push:
branches:
- master
branches:
- master
paths-ignore:
- 'README.md'
- 'README_zh-CN.md'
- 'docs/**'
- 'docs_zh-CN/**'
- 'examples/**'
- '.dev_scripts/**'

pull_request:
paths-ignore:
- 'README.md'
- 'README_zh-CN.md'
- 'docs/**'
- 'docs_zh-CN/**'
- 'examples/**'
- '.dev_scripts/**'

jobs:
lint:
Expand Down

0 comments on commit 4a115bc

Please sign in to comment.