diff options
author | TymanWasTaken <32660892+tymanwastaken@users.noreply.github.com> | 2021-04-27 21:17:04 -0600 |
---|---|---|
committer | TymanWasTaken <32660892+tymanwastaken@users.noreply.github.com> | 2021-04-27 21:17:04 -0600 |
commit | 35b613a3093327c4dcbed46bf65c9e8350721d92 (patch) | |
tree | fd25451ebeaace3c1052418c797c6effe233bb90 /.github | |
parent | db620de2eb37e8d37caee731a5f40405082a84b3 (diff) | |
download | tanzanite-35b613a3093327c4dcbed46bf65c9e8350721d92.tar.gz tanzanite-35b613a3093327c4dcbed46bf65c9e8350721d92.tar.bz2 tanzanite-35b613a3093327c4dcbed46bf65c9e8350721d92.zip |
fix workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/nodejs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index e76a579..004fa75 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -2,9 +2,9 @@ name: Node.js CI on: push: - branches: [v2] + branches: [rewrite] pull_request: - branches: [v2] + branches: [rewrite] workflow_dispatch: |