Skip to content

Commit 10c8ba0

Browse files
authored
Merge pull request #13 from JuliaDiff/ox/pushmain
run CI on pushes to main
2 parents f114a4b + df652d2 commit 10c8ba0

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)