Skip to content

Commit dd34778

Browse files
authored
Merge pull request #424 from php-http/semantic-branch-naming
use semantic branch naming
2 parents 32736f6 + b182707 commit dd34778

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: "CI"
33
on:
44
push:
55
branches:
6-
- master
6+
- '[0-9]+.x'
7+
- '[0-9]+.[0-9]+'
8+
- '[0-9]+.[0-9]+.x'
79
pull_request:
810

911
jobs:

.github/workflows/static-analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: "Static analysis"
33
on:
44
push:
55
branches:
6-
- master
6+
- '[0-9]+.x'
7+
- '[0-9]+.[0-9]+'
8+
- '[0-9]+.[0-9]+.x'
79
pull_request:
810

911
jobs:

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@
7676
"symfony/flex": true
7777
}
7878
},
79-
"extra": {
80-
"branch-alias": {
81-
"dev-master": "1.x-dev"
82-
}
83-
},
8479
"autoload": {
8580
"psr-4": {
8681
"Http\\HttplugBundle\\": "src/"

0 commit comments

Comments
 (0)