Skip to content

Commit f5591a7

Browse files
author
Devdutt Shenoi
committed
ignore scripts on build
1 parent 077a393 commit f5591a7

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

.github/workflows/build-push-edge-debug.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ name: Build and push edge debug tag
33
on:
44
push:
55
branches:
6-
- 'main'
6+
- "main"
77
paths-ignore:
8-
- 'docs/**'
9-
- 'helm/**'
10-
- 'assets/**'
11-
- '**.md'
8+
- "assets/**"
9+
- "docs/**"
10+
- "helm/**"
11+
- "scripts/**"
12+
- "**.md"
1213

1314
jobs:
1415
docker:

.github/workflows/build-push-edge.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ name: Build and push edge tag
33
on:
44
push:
55
branches:
6-
- 'main'
6+
- "main"
77
paths-ignore:
8-
- 'docs/**'
9-
- 'helm/**'
10-
- 'assets/**'
11-
- '**.md'
8+
- "assets/**"
9+
- "docs/**"
10+
- "helm/**"
11+
- "scripts/**"
12+
- "**.md"
1213

1314
jobs:
1415
docker:

.github/workflows/pull.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: Integration
33
on:
44
pull_request:
55
paths-ignore:
6+
- "assets/**"
67
- "docs/**"
78
- "helm/**"
8-
- "assets/**"
9+
- "scripts/**"
910
- "**.md"
1011

1112
jobs:

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ on:
55
tags:
66
- v[0-9]+.[0-9]+.[0-9]+*
77
paths-ignore:
8+
- "assets/**"
89
- "docs/**"
910
- "helm/**"
10-
- "assets/**"
11+
- "scripts/**"
1112
- "**.md"
1213

1314
jobs:

0 commit comments

Comments
 (0)