Skip to content

Allow to run re-indexing as result of a migration (#198) #57

Allow to run re-indexing as result of a migration (#198)

Allow to run re-indexing as result of a migration (#198) #57

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 }}