Skip to content

Commit

Permalink
feat(chat): workflow typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smallbraingames committed Oct 7, 2024
1 parent 4cc5f73 commit 64f01f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build & release chat

on:
push:
branches: [main]
branches: [smallbrain/scroll]
workflow_dispatch:
inputs:
release:
Expand All @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: setup Rust
- name: setup rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit 64f01f5

Please sign in to comment.