change branch name in docker build workflow

This commit is contained in:
Maksim 2021-08-18 19:19:54 +10:00
parent 3d3d6b0b81
commit 4d0f534abd

View file

@ -3,7 +3,7 @@ name: docker build
on:
push:
branches:
- main
- master
env:
USERNAME: maksimstojkovic
@ -18,7 +18,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2
with:
ref: 'main'
ref: 'master'
- name: Setup Docker Buildx
run: |