generated from Seekra/repository-template
chore(cd): run prod deployment only on stable releases
This commit is contained in:
@@ -24,6 +24,8 @@ permissions:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
if: ${{ !github.event.release.prerelease && !github.event.release.draft }}
|
||||
|
||||
name: Deploy on production
|
||||
|
||||
runs-on: node-minio
|
||||
|
||||
Reference in New Issue
Block a user