cicd: Manual trigger of workflow to test docker images

This commit is contained in:
jamesread 2022-09-29 01:12:05 +02:00
parent dfaec75e94
commit d029f7b5bd
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
name: "Build Snapshot" name: "Build Snapshot"
on: [push] on:
- push
- workflow_dispatch
jobs: jobs:
build-snapshot: build-snapshot: