Added new shared build-release

This commit is contained in:
2024-08-22 19:56:14 -04:00
parent a0096036ac
commit fc951497db
3 changed files with 41 additions and 0 deletions

24
.github/workflows/build-release.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
name: Build And Release
on:
push:
branches:
- 'araxia-main'
- 'master'
pull_request:
branches:
- 'araxia-main'
- 'master'
jobs:
build-release:
runs-on: ubuntu-latest
container:
image: ghcr.io/araxiaonline/ac-wotlk-worldserver-devcontainer:latest
options: --user root
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: build
uses: araxiaonline/share-gh-workflows/.github/actions/build-tag-release@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag_release: true

View File

@@ -1,12 +0,0 @@
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 }}