Skip to content

Commit 141c3ea

Browse files
committed
.github/workflows - skip building images on main and dev
1 parent 17b8068 commit 141c3ea

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/client-components.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- "v*.*.*"
99
branches:
1010
- b-*
11-
- main
12-
- dev
11+
# - main
12+
# - dev
1313
jobs:
1414
build:
1515
name: build-${{ matrix.component }}-${{ matrix.arch }}

.github/workflows/cluster-components.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- "v*.*.*"
99
branches:
1010
- b-*
11-
- main
12-
- dev
11+
# - main
12+
# - dev
1313

1414
jobs:
1515
build:

.github/workflows/test-unit.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
tags:
55
- v*
66
branches:
7-
- master
8-
- main
9-
- dev*
7+
# - master
8+
# - main
9+
# - dev*
1010
- t-*
1111
jobs:
1212
test:

0 commit comments

Comments
 (0)