Fix CI hangs and improve github actions scripts

This commit is contained in:
Andras Schmelczer 2025-12-10 21:50:12 +00:00
parent 84725b283a
commit 67c8d88455
10 changed files with 42 additions and 32 deletions

View file

@ -3,6 +3,8 @@ name: Publish Obsidian plugin
on:
push:
tags: ["*"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
@ -13,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js environment
uses: actions/setup-node@v4.2.0