Skip to content

Commit 5214116

Browse files
authored
ci(v2): change v2 branch name to ui-react@v2
1 parent badc81c commit 5214116

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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: [v2/react]
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: [v2/react]
11+
branches: [ui-react@v2]
1212

1313
jobs:
1414
test:

.github/workflows/test-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88

99
on:
1010
pull_request: # not pull_request_target, because v2 is in maintenance mode and will not accept external pull requests
11-
branches: [v2/react]
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@v2/react
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Version Packages / v2
22

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

77
permissions:
88
contents: write # Used to commit to "Version Packages" PR

0 commit comments

Comments
 (0)