Skip to content

Commit

Permalink
chore: start 3.x branch
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
fengmk2 committed Jan 13, 2025
1 parent e340840 commit 09fe2ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI
name: CI for 3.x

on:
push:
branches: [ master ]
branches: [ 3.x ]
pull_request:
branches: [ master ]
branches: [ 3.x ]

jobs:
Job:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release
name: Release for 3.x

on:
push:
branches: [ master ]
branches: [ 3.x ]

jobs:
release:
Expand Down

0 comments on commit 09fe2ae

Please sign in to comment.