Skip to content

feat: make 'prisma reset' remove test db always (#556) #1173

feat: make 'prisma reset' remove test db always (#556)

feat: make 'prisma reset' remove test db always (#556) #1173

Workflow file for this run

name: Release
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
permissions:
id-token: write
contents: write
jobs:
release:
uses: WillBooster/reusable-workflows/.github/workflows/release.yml@main
with:
github_hosted_runner: true
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}