Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 508c102

Browse files
Update docker-publish.yml
1 parent d06e54d commit 508c102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
schedule:
55
- cron: '32 11 * * *'
66
push:
7-
branches: [ "main" ]
7+
branches: [ "master" ]
88
# Publish semver tags as releases.
99
tags: [ 'v*.*.*' ]
1010
pull_request:
11-
branches: [ "main" ]
11+
branches: [ "master" ]
1212

1313
env:
1414
# Use docker.io for Docker Hub if empty

0 commit comments

Comments
 (0)