diff --git a/.github/workflows/ksp-publish.yml b/.github/workflows/ksp-publish.yml index 4f5719a..3ed6a2f 100644 --- a/.github/workflows/ksp-publish.yml +++ b/.github/workflows/ksp-publish.yml @@ -1,5 +1,10 @@ name: Build and Release -on: [ push ] +on: + push: + pull_request: + types: + - opened + - edited jobs: build: @@ -136,4 +141,4 @@ jobs: name: Conformal Decals ${{ env.VERSION_TITLE }} body_path: RELEASE.md env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}