mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
Added test-staging
This commit is contained in:
12
.github/workflows/macos_build.yml
vendored
12
.github/workflows/macos_build.yml
vendored
@@ -1,12 +1,16 @@
|
||||
name: macos-build
|
||||
on:
|
||||
push:
|
||||
branches: [ "Playerbot" ]
|
||||
branches:
|
||||
- "Playerbot"
|
||||
- "test-staging" # added
|
||||
pull_request:
|
||||
branches: [ "Playerbot" ]
|
||||
branches:
|
||||
- "Playerbot"
|
||||
- "test-staging" # added
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref }} || concat(${{ github.ref_name }}, ${{ github.workflow }})
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
@@ -43,4 +47,4 @@ jobs:
|
||||
run: source ./apps/ci/mac/ci-compile.sh
|
||||
- name: ccache stats
|
||||
shell: bash
|
||||
run: ccache -s || true
|
||||
run: ccache -s || true
|
||||
Reference in New Issue
Block a user