Added test-staging

This commit is contained in:
bash
2026-04-02 09:55:40 +02:00
parent 5ab5ecbed1
commit 3d00202f11
9 changed files with 35 additions and 65 deletions

View File

@@ -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