Skip to content

add workflow_dispatch for ci #241

add workflow_dispatch for ci

add workflow_dispatch for ci #241

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