[ci] Deploy if tests pass

This commit is contained in:
2026-03-11 16:22:35 -04:00
parent ad03f22b20
commit ff6de28b24

View File

@ -72,7 +72,7 @@ jobs:
deploy: deploy:
# Only deploy on tags (equivalent to Drone when: ref: refs/tags/*) # Only deploy on tags (equivalent to Drone when: ref: refs/tags/*)
if: startsWith(gitea.ref, 'refs/tags/') # if: startsWith(gitea.ref, 'refs/tags/')
needs: [test] needs: [test]
runs-on: ubuntu-latest runs-on: ubuntu-latest