fix deploy #18

Merged
quentinlegot merged 1 commits from dev into master 2023-06-13 22:52:48 +02:00

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: