Skip to content

Commit 100d58a

Browse files
committed
chore: revert to publish on merge to main
1 parent aba2c8a commit 100d58a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/publish_jsr.yml

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

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

68
jobs:
79
publish:
@@ -70,5 +72,5 @@ jobs:
7072
env:
7173
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7274

73-
- name: Publish to JSR
74-
run: deno publish --allow-dirty
75+
- name: Publish package
76+
run: deno publish

0 commit comments

Comments
 (0)