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

This commit is contained in:
2026-08-03 16:52:14 +02:00
parent 08b4220df6
commit 2c7ddaf9f5
+2
View File
@@ -10,6 +10,8 @@ permissions:
jobs: jobs:
deploy: deploy:
if: ${{ !github.event.release.prerelease && !github.event.release.draft }}
name: Deploy on production name: Deploy on production
runs-on: node-minio runs-on: node-minio