Skip to content

Commit f3da024

Browse files
committed
📦 Added Github workflows.
1 parent 866f94c commit f3da024

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Release and Publish
2+
3+
permissions:
4+
contents: write
5+
6+
on:
7+
workflow_dispatch:
8+
9+
jobs:
10+
release:
11+
uses: Orbitary/Convention/.github/workflows/publish.yml@main
12+
with:
13+
modules: ""
14+
gradleGroup: "xyz.orbitary.notion"
15+
secrets: inherit

0 commit comments

Comments
 (0)