Update '.gitea/workflows/test.yml'
All checks were successful
/ build (17, ubuntu-latest) (push) Successful in 4m47s
/ deploy (push) Has been skipped
/ build (17, ubuntu-latest) (pull_request) Successful in 4m47s
/ deploy (pull_request) Has been skipped

This commit is contained in:
Quentin Legot 2023-06-13 21:59:12 +02:00
parent ea37bdb98f
commit 193236f186

View File

@ -41,4 +41,11 @@ jobs:
run: ./gradlew build --no-daemon --max-workers 1
#- name: test
# run: ./gradlew test --no-daemon
deploy:
runs-on: ${{ ubuntu-latest }}
if: gitea.ref == 'refs/heads/master'
needs: build
steps:
- name: deploy
run: ./gradlew publish