diff --git a/.drone.yml b/.drone.yml index 9bff66c..361eb09 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,4 +16,12 @@ steps: from_secret: gitea_api_key_xcraftbots files: target/XCraftBots-1.0-jar-with-dependencies.jar checksum: sha256 - tag: ${DRONE_TAG} \ No newline at end of file + tag: ${DRONE_TAG} + when: + event: + - tag + +trigger: + event: + - push + - tag \ No newline at end of file