Skip to content

Commit

Permalink
chore: name branch 4.x instead
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 8, 2022
1 parent 4dbdb08 commit f8038ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
- v4
- 4.x
pull_request:
branches:
- main
- v4
- 4.x

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- run: yarn lint

release:
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') }}
name: Release new version
needs: [lint, test-node, test-os]
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"release": {
"branches": [
"main",
"v4"
"4.x"
]
},
"resolutions": {
Expand Down

0 comments on commit f8038ad

Please sign in to comment.