We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f772e0e commit 20221a5Copy full SHA for 20221a5
.github/workflows/cli-pr-checks.yml
@@ -3,6 +3,8 @@ name: CLI PR Checks
3
on:
4
pull_request:
5
branches: [main]
6
+ paths-ignore:
7
+ - "docs/**"
8
9
permissions:
10
contents: read
0 commit comments