Update '.gitea/workflows/test.yml'
This commit is contained in:
parent
e6455a86e0
commit
25e65e0a98
@ -37,7 +37,7 @@ jobs:
|
|||||||
# run: ./gradlew test --no-daemon
|
# run: ./gradlew test --no-daemon
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: gitea.ref == 'refs/heads/master'
|
if: ${{ gitea.ref }} == 'refs/heads/master'
|
||||||
steps:
|
steps:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user