Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 810db5e

Browse files
committed
2.x: Using the right conditions to build binaries
1 parent 08294f0 commit 810db5e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ubuntu-build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: '2.x: Ubuntu - Build and push ce-dev and ce-dev-controller images'
22

3+
# Run this workflow only on a push/merged PR to branch 1.x with valid tags
34
on:
45
push:
5-
branches:
6-
- 2.x
6+
tags:
7+
- 2.[0-9]+
8+
workflow_dispatch:
9+
tags:
10+
- 2.[0-9]+
711

812
jobs:
913
build:

0 commit comments

Comments
 (0)