diff options
| author | Adam Malczewski <[email protected]> | 2026-03-24 14:54:04 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-03-24 14:54:04 +0900 |
| commit | 20f409a21c16c18e614497aebf461282352d03ae (patch) | |
| tree | 98faa38e005aaacf57fac57e5c5621f2d7441955 | |
| parent | 4e43498aec88c3f974fd179bef9e81d1cef63e9c (diff) | |
| download | ai-pulse-obsidian-plugin-20f409a21c16c18e614497aebf461282352d03ae.tar.gz ai-pulse-obsidian-plugin-20f409a21c16c18e614497aebf461282352d03ae.zip | |
stop automatic github action
| -rw-r--r-- | .github/workflows/lint.yml | 10 |
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: |
