fix(CI): do not skip windows/mac/docker on master branch (#8968)

This commit is contained in:
Francesco Borzì
2021-11-05 09:05:37 +01:00
committed by GitHub
parent d8ad098372
commit f7c9b7de14
3 changed files with 3 additions and 3 deletions

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