mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix(Workflow): Fix github action when PR is sending (#223)
This commit is contained in:
2
.github/workflows/build-lua52.yml
vendored
2
.github/workflows/build-lua52.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'action'
|
||||
- 'main'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/build-luajit.yml
vendored
2
.github/workflows/build-luajit.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'action'
|
||||
- 'main'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
4
.github/workflows/core-build-base.yml
vendored
4
.github/workflows/core-build-base.yml
vendored
@@ -17,13 +17,15 @@ jobs:
|
||||
repository: 'azerothcore/azerothcore-wotlk'
|
||||
ref: 'master'
|
||||
submodules: 'recursive'
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Check out module repository 📂
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
path: 'modules/${{ github.event.repository.name }}'
|
||||
ref: ${{ github.ref_name }}
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: Cache compilation artifacts 💾
|
||||
uses: actions/cache@v4
|
||||
|
||||
Reference in New Issue
Block a user