Skip to content

Commit f46c94f

Browse files
authored
Updates sync-comparison-data workflow to use main (#48)
Updates the sync-comparison-data workflow to use the `main` branch instead of `dev` for both checkout and base branch configurations.
1 parent 3d5c367 commit f46c94f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-comparison-data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4
2727
with:
28-
ref: dev
28+
ref: main
2929

3030
- name: Setup pnpm
3131
uses: pnpm/action-setup@v4
@@ -73,7 +73,7 @@ jobs:
7373
---
7474
*This PR was auto-generated by the sync-comparison-data workflow.*
7575
branch: sync/comparison-data
76-
base: dev
76+
base: main
7777
delete-branch: true
7878
labels: |
7979
automated

0 commit comments

Comments
 (0)