mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Update ksp-publish.yml
This commit is contained in:
parent
24100d94bf
commit
7d0ecc0fea
9
.github/workflows/ksp-publish.yml
vendored
9
.github/workflows/ksp-publish.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user