diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3796a8b..096e479 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