Skip to content

Commit c93f237

Browse files
authored
add build and push on master branch
1 parent 0b1bf02 commit c93f237

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-image.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Create and publish Docker image
33
on:
44
push:
55
tags: ['v*']
6+
branches:
7+
- master
68
pull_request:
79
branches: [master]
810
workflow_dispatch: {}

0 commit comments

Comments
 (0)