fix deploy
This commit is contained in:
parent
9ee131a1f6
commit
bbde71463b
@ -41,7 +41,11 @@ jobs:
|
|||||||
#- name: test
|
#- name: test
|
||||||
# run: ./gradlew test --no-daemon
|
# run: ./gradlew test --no-daemon
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ${{ ubuntu-latest }}
|
strategy:
|
||||||
|
matrix:
|
||||||
|
java: [ '17' ]
|
||||||
|
os: [ ubuntu-latest ]
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
if: gitea.ref == 'refs/heads/master'
|
if: gitea.ref == 'refs/heads/master'
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user