Update ksp-publish.yml

This commit is contained in:
Andrew Cassidy 2022-10-05 22:52:57 -07:00 committed by GitHub
parent 24100d94bf
commit 7d0ecc0fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,10 @@
name: Build and Release name: Build and Release
on: [ push ] on:
push:
pull_request:
types:
- opened
- edited
jobs: jobs:
build: build:
@ -136,4 +141,4 @@ jobs:
name: Conformal Decals ${{ env.VERSION_TITLE }} name: Conformal Decals ${{ env.VERSION_TITLE }}
body_path: RELEASE.md body_path: RELEASE.md
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}