From b3f96a2bc1c85a6d7f191ca39451bc30966df037 Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Tue, 12 Mar 2024 14:52:37 +0800 Subject: [PATCH] Update core-build.yml --- .github/workflows/core-build-playerbots.yml | 6 ++---- .github/workflows/core-build.yml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/core-build-playerbots.yml b/.github/workflows/core-build-playerbots.yml index 49ff90b16..9d1ad73f1 100644 --- a/.github/workflows/core-build-playerbots.yml +++ b/.github/workflows/core-build-playerbots.yml @@ -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. diff --git a/.github/workflows/core-build.yml b/.github/workflows/core-build.yml index 08ef4cb73..4e2ed113a 100644 --- a/.github/workflows/core-build.yml +++ b/.github/workflows/core-build.yml @@ -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.