Initial commit

This commit is contained in:
2025-09-15 13:21:46 +00:00
committed by Swordsteel
commit 9f47979d06
21 changed files with 710 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
name: Publish Snapshot
on:
push:
branches: [ master ]
tags-ignore:
- 'v*'
jobs:
call-publish:
if: |
!startsWith(github.event.head_commit.message, '[RELEASE]')
uses: aura-ascend/common-workflows/.gitea/workflows/publish-container.yaml@master
with:
JAVA_VERSION: 17
BRANCH_REFERENCE: master
secrets: inherit