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

View File

@@ -20,7 +20,7 @@ jobs:
- macos-11
runs-on: ${{ matrix.os }}
name: ${{ 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')
steps:
- uses: actions/checkout@v2
- name: Cache

View File

@@ -20,7 +20,7 @@ jobs:
name: ${{ matrix.os }}-MSVC16
env:
BOOST_ROOT: C:\local\boost_1_74_0
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')
steps:
- uses: actions/checkout@v2
- name: Configure OS