Skip to content

Commit 440a5f8

Browse files
committed
Correct default branch name
1 parent d6929a1 commit 440a5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Continuous Integration"
33

44
on:
55
push:
6-
branches: [main]
6+
branches: [master]
77
pull_request:
88
schedule:
99
- cron: "0 2 * * *"

0 commit comments

Comments
 (0)