mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-04-30 20:51:11 +00:00
fix: only publish after tests passed 😨
This commit is contained in:
parent
9658d88162
commit
5a46fa7f37
1 changed files with 4 additions and 2 deletions
6
.github/workflows/publish_jsr.yml
vendored
6
.github/workflows/publish_jsr.yml
vendored
|
@ -1,8 +1,10 @@
|
||||||
name: Publish on JSR
|
name: Publish on JSR
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_run:
|
||||||
|
workflows: ["Deno"]
|
||||||
|
types: [completed]
|
||||||
branches:
|
branches:
|
||||||
- main
|
- "main"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
|
Loading…
Add table
Reference in a new issue