chore(cd): run prod deployment only on stable releases

This commit is contained in:
2026-08-03 17:28:18 +02:00
committed by Gitea
parent 405481bca1
commit 94c66364a0
+2
View File
@@ -24,6 +24,8 @@ permissions:
jobs:
deploy:
if: ${{ !github.event.release.prerelease && !github.event.release.draft }}
name: Deploy on production
runs-on: node-minio