diff --git a/.woodpecker.yml b/.woodpecker.yml
index 763f483..0d3799d 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -1,5 +1,6 @@
 when:
   - event: tag
+  - event: manual
 
 steps:
   build:
@@ -27,20 +28,20 @@ steps:
                   -D "$${DEPENDENCIES}" \
                   "$${CI_WORKSPACE}/pkg"
 
-  package-targz:
-    image: alpine
-    commands:
-      - tar czf $${CI_REPO_NAME}-$${CI_COMMIT_TAG}.tar.gz --directory=$${CI_WORKSPACE}/pkg .
-
-  publish:
-    image: woodpeckerci/plugin-gitea-release
-    settings:
-      base_url: https://git.snaile.de
-      files:
-        - "${CI_REPO_NAME}-${CI_COMMIT_TAG}.tar.gz"
-      api_key:
-        from_secret: gitea_release
-      target: main
+  # package-targz:
+  #   image: alpine
+  #   commands:
+  #     - tar czf $${CI_REPO_NAME}-$${CI_COMMIT_TAG}.tar.gz --directory=$${CI_WORKSPACE}/pkg .
+  #
+  # publish:
+  #   image: woodpeckerci/plugin-gitea-release
+  #   settings:
+  #     base_url: https://git.snaile.de
+  #     files:
+  #       - "${CI_REPO_NAME}-${CI_COMMIT_TAG}.tar.gz"
+  #     api_key:
+  #       from_secret: gitea_release
+  #     target: main
 
   publish-xbps:
     image: ghcr.io/void-linux/void-musl-busybox