From 64f01f5e8f6ece991dd714087592bef4e400fff1 Mon Sep 17 00:00:00 2001 From: smallbraingames Date: Mon, 7 Oct 2024 15:33:38 -0700 Subject: [PATCH] feat(chat): workflow typo fix --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e9b449..3a36aaa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: build & release chat on: push: - branches: [main] + branches: [smallbrain/scroll] workflow_dispatch: inputs: release: @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: setup Rust + - name: setup rust uses: actions-rs/toolchain@v1 with: profile: minimal