diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2024-03-11 14:12:24 +0100 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2024-03-11 14:12:24 +0100 |
commit | 13c94fb04aee10008d2c42bbcb49b3b40544d39b (patch) | |
tree | 5b69081d0fae95ab053a1ef9b42a28fab81bb013 | |
parent | c20395396c217d7bb0fb5ae6727a8f64c6015142 (diff) | |
download | homer-13c94fb04aee10008d2c42bbcb49b3b40544d39b.tar.gz homer-13c94fb04aee10008d2c42bbcb49b3b40544d39b.tar.zst homer-13c94fb04aee10008d2c42bbcb49b3b40544d39b.zip |
Allow manual trigger for testing purposedebug-ci-build
-rw-r--r-- | .github/workflows/dockerhub.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 4043a2c..8d89ab1 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml | |||
@@ -2,6 +2,7 @@ | |||
2 | name: Dockerhub | 2 | name: Dockerhub |
3 | 3 | ||
4 | on: | 4 | on: |
5 | workflow_dispatch: | ||
5 | push: | 6 | push: |
6 | tags: [v*] | 7 | tags: [v*] |
7 | branches: [ main ] | 8 | branches: [ main ] |