Skip to content

Commit 5f61a9c

Browse files
authored
fix default branch name in CI
1 parent 072423d commit 5f61a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Benchmark a pull request
33
on:
44
pull_request_target:
55
branches:
6-
- master
6+
- main
77

88
permissions:
99
pull-requests: write

0 commit comments

Comments
 (0)