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 4dbdb08 commit f8038adCopy full SHA for f8038ad
.github/workflows/node.js.yml
@@ -4,11 +4,11 @@ on:
4
push:
5
branches:
6
- main
7
- - v4
+ - 4.x
8
pull_request:
9
10
11
12
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -89,7 +89,7 @@ jobs:
89
- run: yarn lint
90
91
release:
92
- if: ${{ github.event_name == 'push' && (github.event.ref == 'refs/heads/main' || github.event.ref == 'refs/heads/v4') }}
+ if: ${{ github.event_name == 'push' && (github.event.ref == 'refs/heads/main' || github.event.ref == 'refs/heads/4.x') }}
93
name: Release new version
94
needs: [lint, test-node, test-os]
95
runs-on: ubuntu-latest
package.json
@@ -115,7 +115,7 @@
115
"release": {
116
"branches": [
117
"main",
118
- "v4"
+ "4.x"
119
]
120
},
121
"resolutions": {
0 commit comments