ci: Skip CI for changes in MD files (#8583)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -5,6 +5,8 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- '**/**.md'
|
||||
env:
|
||||
NODE_VERSION: 19.3.0
|
||||
PARSE_SERVER_TEST_TIMEOUT: 20000
|
||||
|
||||
Reference in New Issue
Block a user