mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
chore: workflow updates (#34)
This commit is contained in:
6
.github/workflows/core_build.yml
vendored
6
.github/workflows/core_build.yml
vendored
@@ -1,6 +1,8 @@
|
|||||||
name: core-build
|
name: core-build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -23,9 +25,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: 'modules/mod-eluna'
|
path: 'modules/mod-eluna'
|
||||||
- name: Cache
|
- name: Cache
|
||||||
uses: actions/cache@v1.1.2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: /home/runner/.ccache
|
path: var/ccache
|
||||||
key: ccache:${{ matrix.compiler }}:${{ github.ref }}:${{ github.sha }}
|
key: ccache:${{ matrix.compiler }}:${{ github.ref }}:${{ github.sha }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
ccache:${{ matrix.compiler }}:${{ github.ref }}
|
ccache:${{ matrix.compiler }}:${{ github.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user