Skip to content

Schema migration run only if not applied (#207) #66

Schema migration run only if not applied (#207)

Schema migration run only if not applied (#207) #66

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- development
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}