Skip to content

Commit 79f9f82

Browse files
edmundmillerjfy133maxulysse
authored
ci: Skip nf-test on docs changes (#1761)
Skips nf-test on any docs changes. We can probably cut `docs/**` if we want to save lines 🙃 --------- Co-authored-by: jfy133 <[email protected]> Co-authored-by: Maxime U Garcia <[email protected]>
1 parent 0b9196a commit 79f9f82

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ on:
44
push:
55
branches:
66
- dev
7+
paths-ignore:
8+
- "docs/**"
9+
- "**/*.md"
10+
- "**/*.png"
11+
- "**/*.svg"
712
pull_request:
813
paths-ignore:
914
- "docs/**"
15+
- "**/*.md"
16+
- "**/*.png"
17+
- "**/*.svg"
1018
release:
1119
types: [published]
1220
workflow_dispatch:

0 commit comments

Comments
 (0)