mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
Compare commits
4 Commits
236c842934
...
Ask-for-wh
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
33392d07ed | ||
|
|
099a6e5c8e | ||
|
|
a8fd79e5da | ||
|
|
879845cafb |
15
.github/workflows/core-build-playerbots.yml
vendored
15
.github/workflows/core-build-playerbots.yml
vendored
@@ -7,6 +7,12 @@ on:
|
||||
branches: [ "Playerbot" ]
|
||||
pull_request:
|
||||
branches: [ "Playerbot" ]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
playerbot_branch:
|
||||
description: "Which branch of mod-playerbots should be used?"
|
||||
required: false
|
||||
default: "master"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -46,11 +52,18 @@ jobs:
|
||||
# - name: Clone Playerbot Module
|
||||
# run: git clone --depth=1 --branch=master https://github.com/mod-playerbots/mod-playerbots.git modules/mod-playerbots
|
||||
|
||||
# - name: Checkout Playerbot Module
|
||||
# uses: actions/checkout@v3
|
||||
# with:
|
||||
# repository: 'mod-playerbots/mod-playerbots'
|
||||
# #ref: 'feature/core_update_10_2025' #used on core merge conflicts builds
|
||||
# path: 'modules/mod-playerbots'
|
||||
|
||||
- name: Checkout Playerbot Module
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: 'mod-playerbots/mod-playerbots'
|
||||
#ref: 'feature/core_update_10_2025' #used on core merge conflicts builds
|
||||
ref: ${{ inputs.playerbot_branch || github.head_ref || github.ref_name || 'master' }}
|
||||
path: 'modules/mod-playerbots'
|
||||
|
||||
- name: Install Requirements
|
||||
|
||||
Reference in New Issue
Block a user