Skip to content

Unify CI and drop empty tests (#42) #1

Unify CI and drop empty tests (#42)

Unify CI and drop empty tests (#42) #1

name: Build changelog
on:
push:
branches:
- develop
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Run Release Drafter
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}