aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/lint.yml (renamed from .github/workflows/nodejs.yml)6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/lint.yml
index 483ee6f..89bd161 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/lint.yml
@@ -1,10 +1,10 @@
-name: Node.js CI
+name: lint
on:
push:
- branches: [rewrite]
+ branches: '*'
pull_request:
- branches: [rewrite]
+ branches: '*'
workflow_dispatch: