Updated name of branch in which docker build action needs to run

This commit is contained in:
Alejandro Celaya 2020-09-19 16:25:33 +02:00
parent 260ff716d7
commit a7d865228a

View file

@ -3,7 +3,7 @@ name: Build docker image
on: on:
push: push:
branches: branches:
- develop - main
tags: tags:
- 'v*' - 'v*'