Deploy docker images on master (#11640)

Previously it was defined to deploy on tags and stable branch. Stable branch is not used so, the stable branch nowadays is master.
This commit is contained in:
Denis Granha 2020-04-20 11:31:47 +02:00 committed by GitHub
parent 4ed0a454f0
commit b7dd06b1ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Docker Image Release
on:
push:
branches:
- stable
- master
tags:
- v*