Skip to content

Commit 69e64f8

Browse files
update binary ks
Signed-off-by: stoneshi-yunify <[email protected]>
1 parent db30007 commit 69e64f8

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/build-podman.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
name: Build Podman Images
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
6-
- master
7-
- test-* # make it be easier for contributors to test
7+
- legacy-centos
88
tags:
99
- 'v*.*.*'
10-
pull_request:
11-
branches:
12-
- 'master'
1310

1411
jobs:
1512
BuildBase:

.github/workflows/build.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
name: Build Images
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
6-
- master
7-
- test-* # make it be easier for contributors to test
7+
- legacy-centos
88
tags:
99
- 'v*.*.*'
10-
pull_request:
11-
branches:
12-
- 'master'
1310

1411
jobs:
1512
BuildBase:

0 commit comments

Comments
 (0)