Skip to content

Commit 168bed6

Browse files
committed
Rename master -> main
1 parent dbb6827 commit 168bed6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Benchmark PR
22

33
on:
44
pull_request:
5-
branches: [master]
5+
branches: [main]
66

77
permissions:
88
contents: read

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: build
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
tags:
77
- '*'
88
pull_request:
9-
branches: [ master ]
9+
branches: [ main ]
1010

1111
jobs:
1212
build-and-test:

0 commit comments

Comments
 (0)