Skip to content

Commit 78fc5af

Browse files
authored
Merge pull request #8784 from continuedev/revert-8576-docs-checks
Revert "chore: skip pr checks when changes are made to docs"
2 parents 5ca2f2a + 237b93b commit 78fc5af

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/cli-pr-checks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: CLI PR Checks
33
on:
44
pull_request:
55
branches: [main]
6-
paths-ignore:
7-
- "docs/**"
86

97
permissions:
108
contents: read

.github/workflows/pr-checks.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ on:
55
pull_request:
66
branches:
77
- main
8-
paths-ignore:
9-
- "docs/**"
108

119
push:
1210
branches:
1311
- main
14-
paths-ignore:
15-
- "docs/**"
1612

1713
jobs:
1814
track-rerun:

0 commit comments

Comments
 (0)