diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index d1a6a2b..599b6ae 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -1,6 +1,8 @@ name: Build and Release -on: push +on: + push: + pull_request: jobs: build-publish: @@ -50,6 +52,5 @@ jobs: files: | yomitan-import-linux.zip yomitan-import-windows.zip - draft: true generate_release_notes: true token: ${{ secrets.GITHUB_TOKEN }}