From 19a0bf632985d6d6a77dae4d6048804d489c34cb Mon Sep 17 00:00:00 2001 From: Revision Date: Mon, 17 Jun 2024 21:56:31 +0200 Subject: [PATCH] Workflow --- .github/workflows/core-build.yml | 13 +++++++++++++ README.md | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 .github/workflows/core-build.yml 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 a14442e..d71b0fd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![core-build](https://github.com/noisiver/mod-weekendbonus/actions/workflows/core-build.yml/badge.svg)](https://github.com/noisiver/mod-weekendbonus/actions/workflows/core-build.yml) + # Features This module will increase the experience, money, reputation and skill ups gained on weekends. That means friday from 18:00 (6 PM), saturday and sunday. It will announce the start and end of the weekend bonus.