summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorJohannes Theiner <[email protected]>2025-11-10 12:26:07 +0100
committerJohannes Theiner <[email protected]>2025-11-10 12:26:07 +0100
commit92cba2564729d344061db7a270aa07d9d8697e4a (patch)
treeb7c06d8b8b73fc61a1dc6aab7a13b083c1eb8180 /.github
parent9984b040b68c0021852b83458eefaf524151191c (diff)
downloadai-pulse-obsidian-plugin-92cba2564729d344061db7a270aa07d9d8697e4a.tar.gz
ai-pulse-obsidian-plugin-92cba2564729d344061db7a270aa07d9d8697e4a.zip
update sample plugin with eslint instructions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 2 insertions, 2 deletions
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: