Skip to content

Commit df652d2

Browse files
authored
run CI on pushes to main
1 parent f114a4b commit df652d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
schedule:
55
- cron: '0 2 * * *' # Daily at 2 AM UTC (8 PM CST)
66
push:
7-
branches: [master]
7+
branches: [main]
88
tags: ["*"]
99
pull_request:
1010
jobs:

0 commit comments

Comments
 (0)