diff --git a/.github/workflows/core-build.yml b/.github/workflows/core-build.yml new file mode 100644 index 0000000..c6227a5 --- /dev/null +++ b/.github/workflows/core-build.yml @@ -0,0 +1,13 @@ +name: core-build +on: + push: + pull_request: + workflow_dispatch: + schedule: + - cron: "0 0 * * *" + +jobs: + build: + uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main + with: + module_repo: ${{ github.event.repository.name }} diff --git a/README.md b/README.md index a5c55ae..a5be59a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![core-build](https://github.com/noisiver/mod-guildfunds/actions/workflows/core-build.yml/badge.svg)](https://github.com/noisiver/mod-guildfunds/actions/workflows/core-build.yml) + # Features This module will deposit a certain percentage of money obtained from quests and money looted into the guild bank.