fix(CI): docker workflow update (#6860)

This commit is contained in:
Patrick Lewis
2021-07-10 01:23:41 -07:00
committed by GitHub
parent 3e4cfd7fc0
commit 96ab0d4427

View File

@@ -17,7 +17,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
if: github.repository == 'azerothcore/azerothcore-wotlk' && github.event.label.name == 'run-build'
if: github.repository == 'azerothcore/azerothcore-wotlk' && github.event.label.name == 'run-build' || github.ref == 'refs/heads/master'
env:
COMPOSE_DOCKER_CLI_BUILD: 1
DOCKER_BUILDKIT: 1