mirror of
https://github.com/noisiver/mod-weekendbonus.git
synced 2026-01-13 09:07:24 +00:00
Workflow
This commit is contained in:
13
.github/workflows/core-build.yml
vendored
Normal file
13
.github/workflows/core-build.yml
vendored
Normal file
@@ -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 }}
|
||||
@@ -1,3 +1,5 @@
|
||||
[](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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user