Initial build
This commit is contained in:
parent
ff0c5acd2a
commit
f8e7eabde4
8 changed files with 151 additions and 1 deletions
5
.github/README.md
vendored
Normal file
5
.github/README.md
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Guild Funds
|
||||
[](https://github.com/tkn963/mod-guildfunds/actions?query=workflow%3Acore-build+branch%3Amaster+event%3Apush)
|
||||
|
||||
# Features
|
||||
This module will deposit a certain percentage of money obtained from quests and money looted into the guild bank.
|
||||
12
.github/workflows/core-build.yml
vendored
Normal file
12
.github/workflows/core-build.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: core-build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main
|
||||
with:
|
||||
module_repo: ${{ github.event.repository.name }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue