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 5ca2f2a + 237b93b commit 78fc5afCopy full SHA for 78fc5af
.github/workflows/cli-pr-checks.yml
@@ -3,8 +3,6 @@ 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,14 +5,10 @@ on:
branches:
- main
11
push:
12
13
14
15
16
17
jobs:
18
track-rerun:
0 commit comments