generated from aura-ascend/template-library
This commit is contained in:
14
.gitea/workflows/build.yaml
Normal file
14
.gitea/workflows/build.yaml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
name: Gradle Build on PR
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
pull_request:
|
||||||
|
branches: [master]
|
||||||
|
types: [opened, synchronize, reopened]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
call-publish:
|
||||||
|
uses: aura-ascend/common-workflows/.gitea/workflows/gradle-build.yaml@master
|
||||||
|
with:
|
||||||
|
JAVA_VERSION: 17
|
||||||
|
secrets: inherit
|
||||||
17
.gitea/workflows/publish-snapshot.yaml
Normal file
17
.gitea/workflows/publish-snapshot.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user