Skip to content

Commit

Permalink
Create a v6 integration branch for back-porting features
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-pardy committed Oct 24, 2024
1 parent a7f7581 commit edcdd1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Deploy Package

on:
push:
branches: [ master ]
branches: [ master, v6 ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Node.js CI

on:
pull_request:
branches: [ master, next-major ]
branches: [ master, v6 ]

jobs:
build:
Expand Down

0 comments on commit edcdd1a

Please sign in to comment.