Skip to content

Commit 96cb060

Browse files
committed
Change target branch from ui-react@v2 -> ui-react/v2
1 parent 57b38a2 commit 96cb060

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/publish-latest-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish to latest / v2
22

33
on:
44
push:
5-
branches: [ui-react@v2]
5+
branches: [ui-react/v2]
66

77
permissions:
88
contents: write # Used to push tags to GitHub

.github/workflows/test-deploy-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88

99
on:
1010
push:
11-
branches: [ui-react@v2]
11+
branches: [ui-react/v2]
1212

1313
jobs:
1414
test:

.github/workflows/test-prs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow will run unit, e2e, and docs tests on PRs targeted against main, ui-svelte/main, ui-geo/main, and ui-react@v2 branches.
1+
# This workflow will run unit, e2e, and docs tests on PRs targeted against main, ui-svelte/main, ui-geo/main, and ui-react/v2 branches.
22

33
name: Test / PRs
44

@@ -8,7 +8,7 @@ concurrency:
88

99
on:
1010
pull_request:
11-
branches: [ui-react@v2]
11+
branches: [ui-react/v2]
1212
types: [opened, synchronize, labeled]
1313

1414
permissions:
@@ -35,7 +35,7 @@ jobs:
3535
const label = 'run-tests';
3636
github.issues.removeLabel({ owner, repo, issue_number, name: label });
3737
test:
38-
uses: aws-amplify/amplify-ui/.github/workflows/reusable-e2e.yml@ui-react@v2
38+
uses: aws-amplify/amplify-ui/.github/workflows/reusable-e2e.yml@ui-react/v2
3939
needs: setup
4040
with:
4141
commit: ${{ github.event.pull_request.head.sha }}

.github/workflows/version-packages-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Version Packages / v2
22

33
on:
44
push:
5-
branches: [ui-react@v2]
5+
branches: [ui-react/v2]
66

77
permissions:
88
contents: write # Used to commit to "Version Packages" PR
@@ -35,6 +35,6 @@ jobs:
3535
if: ${{ steps.has-changesets.outputs.has-changesets == 'true' }}
3636
uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894
3737
with:
38-
title: 'Version Packages (ui-react@v2)'
38+
title: 'Version Packages (ui-react/v2)'
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)