Skip to content

Commit afedd8f

Browse files
Avoid building containers on BB repo push if branch is not DEV/MAIN
1 parent 9aa4446 commit afedd8f

11 files changed

+33
-0
lines changed

.github/workflows/bbw_build_container_rhel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: bbw-build-container-rhel
33

44
on:
55
push:
6+
branches:
7+
- 'main'
8+
- 'dev'
69
paths:
710
- 'ci_build_images/buildbot-worker.Dockerfile'
811
- .github/workflows/bbw_build_container_rhel.yml

.github/workflows/build-centos.pip-based.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build CentOS:pip based images
22

33
on:
44
push:
5+
branches:
6+
- 'main'
7+
- 'dev'
58
paths:
69
- 'ci_build_images/centos.Dockerfile'
710
- 'ci_build_images/pip.Dockerfile'

.github/workflows/build-container-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build container release
22

33
on:
44
push:
5+
branches:
6+
- 'main'
7+
- 'dev'
58
paths:
69
- 'ci_build_images/debian-release.Dockerfile'
710
- 'ci_build_images/buildbot-worker.Dockerfile'

.github/workflows/build-debian-based.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build Debian based images
22

33
on:
44
push:
5+
branches:
6+
- 'main'
7+
- 'dev'
58
paths:
69
- 'ci_build_images/debian.Dockerfile'
710
- 'ci_build_images/qpress.Dockerfile'

.github/workflows/build-debian.aocc-based.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build Debian:aocc based images
22

33
on:
44
push:
5+
branches:
6+
- 'main'
7+
- 'dev'
58
paths:
69
- 'ci_build_images/debian.Dockerfile'
710
- 'ci_build_images/aocc.Dockerfile'

.github/workflows/build-debian.jepsen-based.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build Debian:jepsen based images
22

33
on:
44
push:
5+
branches:
6+
- 'main'
7+
- 'dev'
58
paths:
69
- 'ci_build_images/debian.Dockerfile'
710
- 'ci_build_images/jepsen-mariadb.Dockerfile'

.github/workflows/build-debian.msan-based.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build Debian:msan based images
22

33
on:
44
push:
5+
branches:
6+
- 'main'
7+
- 'dev'
58
paths:
69
- 'ci_build_images/debian.Dockerfile'
710
- 'ci_build_images/msan.Dockerfile'

.github/workflows/build-fedora-based.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build Fedora based images
22

33
on:
44
push:
5+
branches:
6+
- 'main'
7+
- 'dev'
58
paths:
69
- 'ci_build_images/fedora.Dockerfile'
710
- 'ci_build_images/qpress.Dockerfile'

.github/workflows/build-opensuse.pip-based.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build OpenSUSE:pip based images
22

33
on:
44
push:
5+
branches:
6+
- 'main'
7+
- 'dev'
58
paths:
69
- 'ci_build_images/opensuse.Dockerfile'
710
- 'ci_build_images/pip.Dockerfile'

.github/workflows/build-sles.pip-based.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build SLES:pip based images
22

33
on:
44
push:
5+
branches:
6+
- 'main'
7+
- 'dev'
58
paths:
69
- 'ci_build_images/sles.Dockerfile'
710
- 'ci_build_images/pip.Dockerfile'

0 commit comments

Comments
 (0)