Skip to content

Commit

Permalink
test: run ci on 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Dec 11, 2023
1 parent 27313b2 commit 157559a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: CI

on:
push:
branches: [ master ]
branches: [ master, 2.x ]

pull_request:
branches: [ master ]
branches: [ master, 2.x ]

jobs:
Job:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
branches: [ master ]
branches: [ master, 2.x ]

jobs:
release:
Expand Down

0 comments on commit 157559a

Please sign in to comment.