We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866f94c commit f3da024Copy full SHA for f3da024
2 files changed
.github/workflows/build-and-test.yml
@@ -0,0 +1,15 @@
1
+name: Build and Test
2
+
3
+on:
4
+ push:
5
+ branches: [ main ]
6
+ pull_request:
7
+ workflow_dispatch:
8
9
+permissions:
10
+ contents: read
11
12
+jobs:
13
+ release:
14
+ uses: Orbitary/Convention/.github/workflows/build-and-test.yml@main
15
+ secrets: inherit
.github/workflows/publish.yml
+name: Release and Publish
+ contents: write
+ uses: Orbitary/Convention/.github/workflows/publish.yml@main
+ with:
+ modules: ""
+ gradleGroup: "xyz.orbitary.notion"
0 commit comments