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 a9399cb commit 18db58e
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
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
Expand Up @@ -39,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
"dev-master": "3.1-dev"
}
}
}

0 comments on commit 18db58e

Please sign in to comment.