We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f7581 commit edcdd1aCopy full SHA for edcdd1a
.github/workflows/deploy.yml
@@ -5,7 +5,7 @@ name: Deploy Package
5
6
on:
7
push:
8
- branches: [ master ]
+ branches: [ master, v6 ]
9
10
jobs:
11
build:
.github/workflows/node.js.yml
@@ -5,7 +5,7 @@ name: Node.js CI
pull_request:
- branches: [ master, next-major ]
0 commit comments