Enable Node CI for v2.0v2.0 branch (#2123)

Run tests for v2.0v2.0 branch too
This commit is contained in:
Vincent 2023-12-21 22:32:24 +01:00 committed by GitHub
parent 0b7a68e352
commit 0bfef443c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,9 @@ name: Node CI
on:
push:
branches: [ master, dev, htmx-2.0 ]
branches: [ master, dev, htmx-2.0, v2.0v2.0 ]
pull_request:
branches: [ master, dev, htmx-2.0 ]
branches: [ master, dev, htmx-2.0, v2.0v2.0 ]
jobs:
test_suite: