Update '.gitea/workflows/test.yml'
This commit is contained in:
parent
e6455a86e0
commit
25e65e0a98
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user