summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-03-24 14:54:04 +0900
committerAdam Malczewski <[email protected]>2026-03-24 14:54:04 +0900
commit20f409a21c16c18e614497aebf461282352d03ae (patch)
tree98faa38e005aaacf57fac57e5c5621f2d7441955
parent4e43498aec88c3f974fd179bef9e81d1cef63e9c (diff)
downloadai-pulse-obsidian-plugin-20f409a21c16c18e614497aebf461282352d03ae.tar.gz
ai-pulse-obsidian-plugin-20f409a21c16c18e614497aebf461282352d03ae.zip
stop automatic github action
-rw-r--r--.github/workflows/lint.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 7748ceb..ae18654 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -1,10 +1,12 @@
name: Node.js build
on:
- push:
- branches: ["**"]
- pull_request:
- branches: ["**"]
+ # Disabled — uncomment to re-enable
+ # push:
+ # branches: ["**"]
+ # pull_request:
+ # branches: ["**"]
+ workflow_dispatch:
jobs:
build: