fix deploy
Some checks reported warnings
/ build (17, ubuntu-latest) (push) Has started running
/ deploy (17, ubuntu-latest) (push) Has been cancelled
/ build (17, ubuntu-latest) (pull_request) Successful in 4m40s
/ deploy (17, ubuntu-latest) (pull_request) Has been skipped

This commit is contained in:
Quentin Legot 2023-06-13 22:52:03 +02:00
parent 9ee131a1f6
commit bbde71463b

View File

@ -41,7 +41,11 @@ jobs:
#- name: test
# run: ./gradlew test --no-daemon
deploy:
runs-on: ${{ ubuntu-latest }}
strategy:
matrix:
java: [ '17' ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
if: gitea.ref == 'refs/heads/master'
needs: build
steps: