Update cd_src_release.yml
This commit is contained in:
parent
55e7428924
commit
2cf8352b95
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cd_src_release.yml
vendored
4
.github/workflows/cd_src_release.yml
vendored
|
@ -1,9 +1,9 @@
|
|||
name: CD - Source Build & Release - Linux
|
||||
|
||||
# Trigger the workflow on release create activity
|
||||
# Trigger the workflow on release publish
|
||||
on:
|
||||
release:
|
||||
types: create
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue