generated from aura-ascend/template-service
This commit is contained in:
18
.gitea/workflows/snapshot.yaml
Normal file
18
.gitea/workflows/snapshot.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user