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,9 +1,10 @@
name: windows-build
on:
push:
branches: [ "Playerbot" ]
branches: [ "Playerbot", "test-staging" ]
pull_request:
branches: [ "Playerbot" ]
branches: [ "Playerbot", "test-staging" ]
concurrency:
# One concurrency group per workflow + ref.
@@ -28,14 +29,17 @@ jobs:
BOOST_ROOT: C:\local\boost_1_82_0
steps:
- uses: actions/checkout@v4
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2.13
- name: Configure OS
shell: bash
env:
CONTINUOUS_INTEGRATION: true
run: |
./acore.sh install-deps
- name: Build
shell: bash
run: |