We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5c367 commit f46c94fCopy full SHA for f46c94f
1 file changed
.github/workflows/sync-comparison-data.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Checkout repository
26
uses: actions/checkout@v4
27
with:
28
- ref: dev
+ ref: main
29
30
- name: Setup pnpm
31
uses: pnpm/action-setup@v4
@@ -73,7 +73,7 @@ jobs:
73
---
74
*This PR was auto-generated by the sync-comparison-data workflow.*
75
branch: sync/comparison-data
76
- base: dev
+ base: main
77
delete-branch: true
78
labels: |
79
automated
0 commit comments