diff options
author | Vincent <vichenzo-thebaud@hotmail.com> | 2023-12-21 22:32:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-21 16:32:24 -0500 |
commit | 0bfef443c5fb437479185bdc930dcd7abdb9306b (patch) | |
tree | 06e94e9e1e03409250033ecf4ada933d1a996185 /.github | |
parent | 0b7a68e352bbbd54e22bf7f9e4301959cad2de99 (diff) | |
download | htmx-0bfef443c5fb437479185bdc930dcd7abdb9306b.tar.gz htmx-0bfef443c5fb437479185bdc930dcd7abdb9306b.zip |
Enable Node CI for v2.0v2.0 branch (#2123)
Run tests for v2.0v2.0 branch too
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea1e8220..ad003516 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |