Skip to content

Commit f310e63

Browse files
loevgaardclaude
andcommitted
Update branch references from master to 1.x
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1596e1a commit f310e63

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: "build"
22
on:
33
push:
44
branches:
5-
- "1.*.x"
6-
- "master"
7-
- "main"
5+
- "1.x"
86
paths-ignore:
97
- "**/*.md"
108
pull_request:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ During checkout, if the order contains age-restricted products and the shipping
157157
[ico-version]: https://poser.pugx.org/setono/sylius-age-verification-plugin/v/stable
158158
[ico-license]: https://poser.pugx.org/setono/sylius-age-verification-plugin/license
159159
[ico-github-actions]: https://github.com/Setono/sylius-age-verification-plugin/workflows/build/badge.svg
160-
[ico-code-coverage]: https://codecov.io/gh/Setono/sylius-age-verification-plugin/branch/master/graph/badge.svg
161-
[ico-infection]: https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FSetono%2FSyliusPluginSkeleton%2Fmaster
160+
[ico-code-coverage]: https://codecov.io/gh/Setono/sylius-age-verification-plugin/branch/1.x/graph/badge.svg
161+
[ico-infection]: https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FSetono%2Fsylius-age-verification-plugin%2F1.x
162162

163163
[link-packagist]: https://packagist.org/packages/setono/sylius-age-verification-plugin
164164
[link-github-actions]: https://github.com/Setono/sylius-age-verification-plugin/actions
165165
[link-code-coverage]: https://codecov.io/gh/Setono/sylius-age-verification-plugin
166-
[link-infection]: https://dashboard.stryker-mutator.io/reports/github.com/Setono/sylius-age-verification-plugin/master
166+
[link-infection]: https://dashboard.stryker-mutator.io/reports/github.com/Setono/sylius-age-verification-plugin/1.x

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"extra": {
8080
"branch-alias": {
81-
"dev-master": "1.0-dev"
81+
"dev-1.x": "1.0-dev"
8282
}
8383
},
8484
"scripts": {

0 commit comments

Comments
 (0)