Skip to content

Commit d3cfd45

Browse files
authored
Fix branch names (#1235)
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
1 parent 662f8db commit d3cfd45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-llmisvc-controller-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- incubating
87
- main
9-
- stable-*
8+
- master
9+
- release-v*
1010
tags:
1111
- 'odh-v*'
1212
pull_request:
1313
branches:
14-
- incubating
1514
- main
16-
- stable-*
15+
- master
16+
- release-v*
1717

1818
env:
1919
IMAGE_NAME: "llmisvc-controller"

0 commit comments

Comments
 (0)