Browse Source
fix: add workflow_dispatch trigger to Docker build workflow
pull/4850/head
Daniel Gibbs
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
.github/workflows/trigger-docker-build.yml
|
|
@ -3,6 +3,7 @@ on: |
|
|
release: |
|
|
release: |
|
|
types: |
|
|
types: |
|
|
- published |
|
|
- published |
|
|
|
|
|
workflow_dispatch: |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
trigger_build_docker-linuxgsm: |
|
|
trigger_build_docker-linuxgsm: |
|
|
|