Files
device-data-library/.gitea/workflows/snapshot.yaml
Swordsteel b05fd1f003
Some checks failed
Gradle Build on PR / call-publish (pull_request) Failing after 0s
Publish Snapshot / dev-publish (push) Successful in 2m14s
test
2025-09-15 10:54:06 +02:00

18 lines
360 B
YAML

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