Skip to content

Commit

Permalink
chore(actions): update on condition for publish-to-jsr (#2786)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe authored May 25, 2024
1 parent 099c664 commit 2b0b1f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: ci

on: [push]
on:
push:
tags:
- '*'

jobs:
deno:
Expand Down

0 comments on commit 2b0b1f1

Please sign in to comment.