Skip to content

Commit aba2c8a

Browse files
committed
chore: trigger release on workflow dispatch, not merge to main
1 parent 931346d commit aba2c8a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish_jsr.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Publish to JSR
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
workflow_dispatch:
75

86
jobs:
97
publish:
@@ -18,7 +16,7 @@ jobs:
1816
- name: Checkout repository
1917
uses: actions/checkout@v4
2018
with:
21-
fetch-depth: 0 # Needed for tags and logs
19+
fetch-depth: 0
2220

2321
- name: Set up Deno
2422
uses: denoland/setup-deno@v1

0 commit comments

Comments
 (0)