fix(ci): run actions in prs
Some checks failed
🚀 Release / release (pull_request) Failing after 4m56s

This commit is contained in:
2026-02-03 21:01:33 +01:00
parent 731a9683e7
commit c3764872e8

View File

@@ -4,6 +4,8 @@ on:
push: push:
branches: ["*"] branches: ["*"]
tags: ["*"] tags: ["*"]
pull_request:
branches: ["*"]
env: env:
PNPM_CACHE_FOLDER: ~/.pnpm-store PNPM_CACHE_FOLDER: ~/.pnpm-store