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.
2 parents 9bb396b + af1a62e commit 926d586Copy full SHA for 926d586
.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
.github/workflows/pr-checks.yaml
@@ -5,10 +5,14 @@ on:
branches:
- main
11
push:
12
13
14
15
16
17
jobs:
18
track-rerun:
0 commit comments