Update '.gitea/workflows/test.yml'
Some checks failed
build (17, ubuntu-latest)
deploy

This commit is contained in:
Quentin Legot 2023-03-23 21:55:09 +01:00
parent e6455a86e0
commit 25e65e0a98

View File

@ -37,7 +37,7 @@ jobs:
# run: ./gradlew test --no-daemon
deploy:
runs-on: ubuntu-latest
if: gitea.ref == 'refs/heads/master'
if: ${{ gitea.ref }} == 'refs/heads/master'
steps:
- name: deploy
uses: actions/upload-artifact@v3