diff options
| -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: |
