mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-04-30 12:41:10 +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
|
||||
on:
|
||||
push:
|
||||
workflow_run:
|
||||
workflows: ["Deno"]
|
||||
types: [completed]
|
||||
branches:
|
||||
- main
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
Loading…
Add table
Reference in a new issue