Skip to content

Commit 1e67362

Browse files
authored
fix main => master lol
1 parent d1c91d0 commit 1e67362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: CI
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- master
77
types: [opened, synchronize, labeled]
88
push:
99
branches:
10-
- main
10+
- master
1111

1212
jobs:
1313
clang-format:

0 commit comments

Comments
 (0)