Skip to content

Commit e71926f

Browse files
Add support for 'develop' branch in Docker workflow
1 parent f048c60 commit e71926f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Push Docker Image
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, develop ]
66
tags: [ 'v*' ]
77
pull_request:
88
branches: [ main ]
@@ -56,3 +56,4 @@ jobs:
5656
cache-from: type=gha
5757
cache-to: type=gha,mode=max
5858

59+

0 commit comments

Comments
 (0)