From 1a23804e51906210d36aefb183597b7ee92c39cb Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 22 Jan 2021 00:40:05 +0330 Subject: [PATCH] only release when told to :D --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3796a8b6..096e479a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: configuration-cache-enabled: true - name: Create repo artifacts - if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk' + if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk' && "startsWith(github.event.head_commit.message, '[RELEASE CI]')" run: | cd master ./.github/scripts/create-repo.sh