From d017a261598c769789b33fff67d8cb79f9dae0d7 Mon Sep 17 00:00:00 2001 From: Alexander <57069715+Odyssey346@users.noreply.github.com> Date: Tue, 17 May 2022 20:10:18 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e8dc161..f4e6505 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,6 @@ jobs: branch: build # The branch the action should deploy to. folder: build # The folder the action should deploy. commit-message: Successfully built - clean: false - single-commit: true + clean: true + single-commit: false