Update core-build.yml

This commit is contained in:
Yunfan Li
2024-03-12 14:52:37 +08:00
parent 23cf1a3aab
commit b3f96a2bc1
2 changed files with 4 additions and 8 deletions

View File

@@ -4,9 +4,9 @@ name: ubuntu-build
on:
push:
branches: [ "master" ]
branches: [ "Playerbot" ]
pull_request:
branches: [ "master" ]
branches: [ "Playerbot" ]
jobs:
build:
@@ -35,8 +35,6 @@ jobs:
steps:
- name: Checkout AzerothCore
uses: actions/checkout@v3
with:
repository: 'liyunfan1223/azerothcore-wotlk'
- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.