Skip to content

Commit

Permalink
build: add branch alias for next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lindyhopchris committed Apr 4, 2024
1 parent 614f957 commit 7d82110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests

on:
push:
branches: [ main, develop ]
branches: [ main, develop, next ]
pull_request:
branches: [ main, develop ]
branches: [ main, develop, next ]

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
},
"extra": {
"branch-alias": {
"dev-develop": "1.x-dev"
"dev-develop": "1.x-dev",
"dev-next": "2.x-dev"
}
},
"minimum-stability": "stable",
Expand Down

0 comments on commit 7d82110

Please sign in to comment.