Remove deploy job
This commit is contained in:
parent
b99bcaa71e
commit
f038a93796
@ -36,12 +36,3 @@ jobs:
|
||||
run: ./gradlew build --no-daemon
|
||||
- name: test
|
||||
run: ./gradlew test --no-daemon
|
||||
deploy:
|
||||
runs-on: ${{ ubuntu-latest }}
|
||||
if: gitea.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- name: deploy
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Artifacts
|
||||
path: build/libs/
|
||||
|
Loading…
Reference in New Issue
Block a user