Ray
6 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
2 aggiunte e
2 eliminazioni
-
.github/workflows/cd_src_release.yml
|
|
@ -1,9 +1,9 @@ |
|
|
name: CD - Source Build & Release - Linux |
|
|
name: CD - Source Build & Release - Linux |
|
|
|
|
|
|
|
|
# Trigger the workflow on release create activity |
|
|
|
|
|
|
|
|
# Trigger the workflow on release publish |
|
|
on: |
|
|
on: |
|
|
release: |
|
|
release: |
|
|
types: create |
|
|
|
|
|
|
|
|
types: [published] |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
release: |
|
|
release: |
|
|
|