Skip to content

Commit 8e2cebe

Browse files
authored
chore: have Tests workflow ignore more relevant paths (#5762)
* chore: have `Tests` workflow ignore docs-next * ignore more paths
1 parent 3481b1e commit 8e2cebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mocha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
push:
55
branches:
66
- main
7-
paths-ignore: ["*.md", "docs/**"]
7+
paths-ignore: ["*.md", "docs/**", "docs-next/**", ".github/**", ".prettierignore", "AUTHORS", "LICENSE"]
88
pull_request:
99
branches:
1010
- main
11+
paths-ignore: ["*.md", "docs/**", "docs-next/**", ".github/**", ".prettierignore", "AUTHORS", "LICENSE"]
1112
types: [opened, synchronize, reopened, edited]
12-
paths-ignore: ["*.md", "docs/**"]
1313
workflow_dispatch:
1414

1515
permissions:

0 commit comments

Comments
 (0)