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.