Skip to content

Commit 0b6339e

Browse files
authored
ci: fix js API release workflow (#4151)
1 parent d503451 commit 0b6339e

File tree

3 files changed

+1164
-9
lines changed

3 files changed

+1164
-9
lines changed

.github/workflows/release_js_api.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
schedule:
55
- cron: '0 0 * * 2-6'
66
push:
7-
# branches:
8-
# - main
9-
# paths:
10-
# - npm/js-api/package.json
7+
branches:
8+
- main
9+
paths:
10+
- packages/@biomejs/js-api/package.json
1111

1212
jobs:
1313
check:

0 commit comments

Comments
 (0)