Skip to content

Commit

Permalink
run ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samantehrani committed Jan 15, 2025
1 parent 16b60d7 commit ef05c10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- main
- saam/simplify
tags:
- v*

Expand All @@ -19,9 +19,9 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true

- name: Setup bun
uses: oven-sh/setup-bun@v1

- name: Build
run: make build

0 comments on commit ef05c10

Please sign in to comment.