Skip to content

Commit 827719d

Browse files
committed
Update GitHub workflows to point to shared workflows.
1 parent 46f2927 commit 827719d

File tree

4 files changed

+27
-98
lines changed

4 files changed

+27
-98
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Gradle Check
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request_target:
8+
types: [ opened, synchronize ]
9+
10+
jobs:
11+
build:
12+
uses: sava-software/sava-build/.github/workflows/build.yml@main
13+
secrets: inherit

.github/workflows/gradle.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Publish Release
2+
3+
on:
4+
create:
5+
tags:
6+
- '\d+\.\d+\.\d+'
7+
8+
jobs:
9+
publish:
10+
uses: sava-software/sava-build/.github/workflows/publish.yml@main
11+
secrets: inherit
12+
permissions:
13+
contents: read
14+
packages: write

.github/workflows/release.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)