Skip to content

Commit d2cffb8

Browse files
committed
Allow CI workflow dispatcher on release-1.1 branch
Signed-off-by: Surya Seetharaman <[email protected]>
1 parent 68bd339 commit d2cffb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ovn-docker-images
22

33
on:
44
push:
5-
branches: [ master,release-1.0 ]
5+
branches: [ master,release-1.0,release-1.1 ]
66

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)