mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-16 09:24:00 +00:00
Only deploy on tags.
This commit is contained in:
parent
0ff9af5ba5
commit
eb6df560d8
1 changed files with 1 additions and 1 deletions
2
.travis.yml
vendored
2
.travis.yml
vendored
|
@ -25,4 +25,4 @@ deploy:
|
||||||
provider: script
|
provider: script
|
||||||
script: bash docker_push.sh
|
script: bash docker_push.sh
|
||||||
on:
|
on:
|
||||||
branch: main
|
tags: true
|
||||||
|
|
Loading…
Reference in a new issue