Skip to content

Commit

Permalink
ci: fix js API release workflow (#4151)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Oct 1, 2024
1 parent d503451 commit 0b6339e
Show file tree
Hide file tree
Showing 3 changed files with 1,164 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_js_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
schedule:
- cron: '0 0 * * 2-6'
push:
# branches:
# - main
# paths:
# - npm/js-api/package.json
branches:
- main
paths:
- packages/@biomejs/js-api/package.json

jobs:
check:
Expand Down
Loading

0 comments on commit 0b6339e

Please sign in to comment.