aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-07-25 14:34:47 -0400
committerGitHub <noreply@github.com>2021-07-25 14:34:47 -0400
commit96a86e643b504af0982acfb5b3f356e635ffaba5 (patch)
tree4cc93a795e28db92c5c4ca7a4c917c8e55dd9311 /.github
parentbe066dc598af3fee6b98585c330b57008ee99dd1 (diff)
downloadtanzanite-96a86e643b504af0982acfb5b3f356e635ffaba5.tar.gz
tanzanite-96a86e643b504af0982acfb5b3f356e635ffaba5.tar.bz2
tanzanite-96a86e643b504af0982acfb5b3f356e635ffaba5.zip
fix(workflow): update workflow
Diffstat (limited to '.github')
-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: