Skip to content

Commit

Permalink
chore(deps): update web (#148)
Browse files Browse the repository at this point in the history
* chore(deps): update web

* fix: only run release workflow on package changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Shadow <hi@shadowing.dev>
  • Loading branch information
renovate[bot] and thewilloftheshadow authored Oct 8, 2024
1 parent 455c778 commit e7e9473
Show file tree
Hide file tree
Showing 3 changed files with 353 additions and 350 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
paths:
- "packages/**"
- "package.json"

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
Loading

0 comments on commit e7e9473

Please sign in to comment.