Skip to content

Commit 19c4a67

Browse files
committed
Fix typo: main to master
1 parent 6e067d6 commit 19c4a67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: C++ API
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["master"]
66
pull_request:
7-
branches: ["main"]
7+
branches: ["master"]
88

99
env:
1010
BUILD_TYPE: Release

.github/workflows/python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Python API
22
on:
33
push:
4-
branches: ["main"]
4+
branches: ["master"]
55
pull_request:
6-
branches: ["main"]
6+
branches: ["master"]
77

88
jobs:
99
python_package:

0 commit comments

Comments
 (0)