diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index 1d648e7..897392a 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -1,9 +1,6 @@ name: Release -on: - push: - branches: - - master +on: workflow_dispatch jobs: github_release: @@ -16,6 +13,5 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} tag: v0.8.1 - commit: master name: Gitrise v0.8.1 bodyFile: ./docs/release_notes/v0.8.1.md \ No newline at end of file