mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
Update core-build.yml
This commit is contained in:
6
.github/workflows/core-build-playerbots.yml
vendored
6
.github/workflows/core-build-playerbots.yml
vendored
@@ -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.
|
||||
|
||||
6
.github/workflows/core-build.yml
vendored
6
.github/workflows/core-build.yml
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user