Skip to content

Commit 113a257

Browse files
authored
Fix branch name in upload_coverage_report.yml
1 parent 4585a79 commit 113a257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upload_coverage_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
push:
88
branches:
9-
- main
9+
- master
1010
pull_request:
1111

1212
env:

0 commit comments

Comments
 (0)