cicd: Manual trigger of workflow to test docker images
This commit is contained in:
parent
dfaec75e94
commit
d029f7b5bd
|
|
@ -1,6 +1,8 @@
|
||||||
name: "Build Snapshot"
|
name: "Build Snapshot"
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
- push
|
||||||
|
- workflow_dispatch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-snapshot:
|
build-snapshot:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue