Skip to content

Commit 75dc26f

Browse files
committed
ci(pr): change main branch name from 'main' to 'v4' in workflow configuration
1 parent bbe7f73 commit 75dc26f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Get base and head commits for `nx affected`
3636
uses: nrwl/[email protected]
3737
with:
38-
main-branch-name: main
38+
main-branch-name: v4
3939
- name: Run Tests
4040
run: pnpm run test:pr
4141
- name: Upload coverage to Codecov
@@ -82,7 +82,7 @@ jobs:
8282
- name: Get base and head commits for `nx affected`
8383
uses: nrwl/[email protected]
8484
with:
85-
main-branch-name: main
85+
main-branch-name: v4
8686
- name: Run Tests
8787
uses: nick-fields/[email protected]
8888
with:

0 commit comments

Comments
 (0)