Skip to content

Commit e5c7889

Browse files
authored
Add develop branch for releases on push (#3) (#4)
1 parent 91b382a commit e5c7889

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Create and publish a Docker image
22

33
on:
44
push:
5-
branches: ['main']
5+
branches:
6+
- main
7+
- develop
68
workflow_dispatch:
79

810
env:

0 commit comments

Comments
 (0)