Merge pull request 'fix deploy' (#18) from dev into master
Some checks failed
/ build (17, ubuntu-latest) (push) Successful in 4m38s
/ deploy (17, ubuntu-latest) (push) Failing after 3m57s

Reviewed-on: #18
This commit is contained in:
Quentin Legot 2023-06-13 22:52:47 +02:00
commit 5630794fd1

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: