Skip to content

Commit b683bb8

Browse files
committed
Address master branch rename
1 parent ecf9184 commit b683bb8

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ on:
55
pull_request:
66
branches:
77
- "*.x"
8-
- "master"
98
push:
109
branches:
1110
- "*.x"
12-
- "master"
1311

1412
env:
1513
fail-fast: true

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ on:
55
pull_request:
66
branches:
77
- "*.x"
8-
- "master"
98
push:
109
branches:
1110
- "*.x"
12-
- "master"
1311

1412
jobs:
1513
static-analysis-phpstan:

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,5 @@
4040
},
4141
"autoload-dev": {
4242
"psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\Tests\\": "Tests" }
43-
},
44-
"extra": {
45-
"branch-alias": {
46-
"dev-master": "2.1.x-dev"
47-
}
4843
}
4944
}

0 commit comments

Comments
 (0)