From 20f409a21c16c18e614497aebf461282352d03ae Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Tue, 24 Mar 2026 14:54:04 +0900 Subject: stop automatic github action --- .github/workflows/lint.yml | 10 ++++++---- 1 file 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: -- cgit v1.2.3