Skip to content

Commit 377bf45

Browse files
authored
Merge pull request #5468 from tssurya/allow-CI-workflow-on-release-1.1
Allow docker build on release-1.1 branch
2 parents 68bd339 + d2cffb8 commit 377bf45

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)