Skip to content

Commit 3a4f3cd

Browse files
Merge pull request #4274 from Nordix/remove_documentation_from_ci_runs
Remove documentaion dir from CI runs
2 parents 4449d29 + a67a18c commit 3a4f3cd

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/e2eEnvironment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ on:
1717
pull_request:
1818
paths-ignore:
1919
- "docs/**"
20+
- "documentation/**"
2021
- "site/**"
2122
push:
2223
branches:
2324
- '!dependabot/*'
2425
paths-ignore:
2526
- "docs/**"
27+
- "documentation/**"
2628
- "site/**"
2729

2830
jobs:

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
- "Formula/**"
2020
- "demos/**"
2121
- "docs/**"
22+
- "documentation/**"
2223
- "firebase/**"
2324
- "logo/**"
2425
- "package-examples/**"

.github/workflows/live-e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ on:
1717
pull_request:
1818
paths-ignore:
1919
- "docs/**"
20+
- "documentation/**"
2021
- "site/**"
2122
push:
2223
branches:
2324
- '!dependabot/*'
2425
paths-ignore:
2526
- "docs/**"
27+
- "documentation/**"
2628
- "site/**"
2729

2830
jobs:

0 commit comments

Comments
 (0)