diff options
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: |