update workflow
Some checks failed
Publish Snapshot / dev-publish (push) Has been cancelled

This commit is contained in:
2025-09-15 14:59:44 +02:00
parent 17c3e6af8f
commit fa925dd8fa
3 changed files with 31 additions and 0 deletions

View File

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