generated from aura-ascend/template-service
All checks were successful
Publish Snapshot / dev-publish (push) Successful in 2m30s
19 lines
374 B
YAML
19 lines
374 B
YAML
name: Publish Snapshot
|
|
|
|
on:
|
|
pull_request:
|
|
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
|