Skip to content

Commit 9f8a89f

Browse files
committed
Fix publish branch name
1 parent 10f77a1 commit 9f8a89f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to Docker Hub
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
workflow_dispatch:
88
# Publish master every Thursday at 7AM (schedule only applies to the master branch)
99
schedule:

0 commit comments

Comments
 (0)