]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Allow manual trigger for testing purpose debug-ci-build 759/head
authorBastien Wirtz <bastien.wirtz@gmail.com>
Mon, 11 Mar 2024 13:12:24 +0000 (14:12 +0100)
committerBastien Wirtz <bastien.wirtz@gmail.com>
Mon, 11 Mar 2024 13:12:24 +0000 (14:12 +0100)
.github/workflows/dockerhub.yml

index 4043a2c4f1bc6ed91ed1a24fc6277f978827d63b..8d89ab170aa99e306350e462c012e19672224cb9 100644 (file)
@@ -2,6 +2,7 @@
 name: Dockerhub
 
 on:
+  workflow_dispatch:
   push:
     tags: [v*]
     branches: [ main ]