Skip to content

Commit

Permalink
Changed the branch-alias of all components to 3.1-dev. (#6320)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Nov 24, 2023
1 parent e064b76 commit f4033ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Close Pull Request

on:
pull_request_target:
types: [opened]
types: [ opened ]

jobs:
run:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
"dev-master": "3.1-dev"
}
}
}

0 comments on commit f4033ca

Please sign in to comment.