Add tag as trigger
This commit is contained in:
parent
47af8323cf
commit
d0e9b16073
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish-docker.yml
vendored
1
.github/workflows/publish-docker.yml
vendored
|
|
@ -8,6 +8,7 @@ name: Publish server Docker image
|
|||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
tags: ["*"]
|
||||
pull_request:
|
||||
branches: ["master"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue