Only run release-build when publishing a release
This commit is contained in:
parent
d4510a7257
commit
80591dc8a7
1 changed files with 2 additions and 2 deletions
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Release Build
|
|||
|
||||
on:
|
||||
release:
|
||||
types: [created, published]
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
build-and-release:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue