From 92cba2564729d344061db7a270aa07d9d8697e4a Mon Sep 17 00:00:00 2001 From: Johannes Theiner Date: Mon, 10 Nov 2025 12:26:07 +0100 Subject: update sample plugin with eslint instructions --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index eb63ce2..7748ceb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,9 +2,9 @@ name: Node.js build on: push: - branches: ["master"] + branches: ["**"] pull_request: - branches: ["master"] + branches: ["**"] jobs: build: -- cgit v1.2.3