Update branch name
This commit is contained in:
parent
a4ee946b93
commit
58a61d036b
3 changed files with 6 additions and 6 deletions
4
.github/workflows/publish-docker.yml
vendored
4
.github/workflows/publish-docker.yml
vendored
|
|
@ -2,10 +2,10 @@ name: Publish server Docker image
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
branches: ["main"]
|
||||
tags: ["*"]
|
||||
pull_request:
|
||||
branches: ["master"]
|
||||
branches: ["main"]
|
||||
|
||||
env:
|
||||
# Use docker.io for Docker Hub if empty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue