Skip to content

Commit 544cc5a

Browse files
MNT main branch exists (#139)
1 parent 414c9e6 commit 544cc5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/asv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Set up main branch
2626
run: |
27-
git branch main origin/main
27+
git branch -f main origin/main
2828
2929
- uses: prefix-dev/[email protected]
3030
with:
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Set up main branch
5858
run: |
59-
git branch main origin/main
59+
git branch -f main origin/main
6060
6161
- name: Prepare previous ASV results
6262
uses: actions/checkout@v5

0 commit comments

Comments
 (0)