Files
template-service/.gitea/workflows/publish-snapshot.yaml
Swordsteel b0e1803783
Some checks failed
Publish Snapshot / call-publish (push) Has been cancelled
Set up project structure
2025-09-15 17:59:34 +02:00

18 lines
360 B
YAML

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