remove workflow
This commit is contained in:
parent
9e7e5f61e9
commit
62f0118f78
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
on:
|
||||
- "push"
|
||||
- "workflow_dispatch"
|
||||
|
||||
jobs:
|
||||
"build":
|
||||
runs-on: "docker"
|
||||
container:
|
||||
image: "gradle:jdk21"
|
||||
steps:
|
||||
- uses: "actions/checkout@v4"
|
||||
- run: "./gradlew build"
|
Loading…
Reference in a new issue