Browse Source
Add workflow_dispatch trigger to Docker build
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
1 deletions
-
.github/workflows/trigger-docker-build.yml
|
|
|
@ -1,9 +1,9 @@ |
|
|
|
name: Trigger Docker Build |
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
release: |
|
|
|
types: |
|
|
|
- published |
|
|
|
workflow_dispatch: |
|
|
|
|
|
|
|
jobs: |
|
|
|
trigger_build_docker-linuxgsm: |
|
|
|
|