Ray
6 lat temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
2 dodań i
2 usunięć
-
.github/workflows/cd_src_release.yml
|
|
|
@ -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: |
|
|
|
|