add package publishing and CI/CD using Gitea actions #5
@ -5,7 +5,10 @@ on:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
Gradle Test:
|
||||
Gradle-Test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
@ -4,7 +4,10 @@ on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
Gradle Test:
|
||||
Gradle-Test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user