We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f2927 commit 827719dCopy full SHA for 827719d
.github/workflows/build.yml
@@ -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
.github/workflows/publish.yml
@@ -0,0 +1,14 @@
+name: Publish Release
+ create:
+ tags:
+ - '\d+\.\d+\.\d+'
+ publish:
+ uses: sava-software/sava-build/.github/workflows/publish.yml@main
+ permissions:
+ contents: read
14
+ packages: write
.github/workflows/release.yml
0 commit comments