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

This commit is contained in:
2026-08-03 16:56:13 +02:00
parent c01353d6b7
commit e6ea8e2964
+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