From ab7ba7b82b0c0d71feb6f088b34c6855f8ff65a8 Mon Sep 17 00:00:00 2001 From: Philipp Wagner Date: Wed, 4 Oct 2023 02:08:42 +0200 Subject: [PATCH] modified: .drone.yml --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c9dd529..5458623 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,12 +15,15 @@ steps: - git add dist/* - git config user.name "Auto Build Commit" - git config user.email "bot-commit@wagnersnetz.de" - - git commit -m "Updated Output!" + - git commit -m "[CI] Updated Output!" when: event: - push - commit + exclude: + - message: "*[CI]*" + - name: push-to-build-folder image: appleboy/drone-git-push settings: @@ -33,6 +36,8 @@ steps: event: - push - commit + exclude: + - message: "*[CI]*" - name: attach-to-release image: plugins/gitea-release