chore: ignore directory paths (#1808)
This commit is contained in:
6
.github/workflows/test-cli-with-database.yml
vendored
6
.github/workflows/test-cli-with-database.yml
vendored
@@ -1,5 +1,9 @@
|
||||
name: CLI Pipeline
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "www/**"
|
||||
|
||||
jobs:
|
||||
test-cli-with-database:
|
||||
|
||||
Reference in New Issue
Block a user