Skip to content

Commit d86176d

Browse files
authored
fix: Default branch to trigger docker build (#60)
1 parent 49f48c7 commit d86176d

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
@@ -5,7 +5,7 @@ on:
55
- "v*"
66
- "publish-image*"
77
branches:
8-
- main
8+
- master
99

1010
env:
1111
REGISTRY: quay.io

0 commit comments

Comments
 (0)