From 7d0ecc0feab471b4b436ee7d717ab7d89c1afa5e Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Wed, 5 Oct 2022 22:52:57 -0700 Subject: [PATCH] Update ksp-publish.yml --- .github/workflows/ksp-publish.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 }}