Skip to content

Commit 2df972b

Browse files
committed
Update Docker workflow to trigger on 'master' branch instead of 'main'
1 parent 9e90a13 commit 2df972b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build And Push Image
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)