We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f114a4b commit df652d2Copy full SHA for df652d2
1 file changed
.github/workflows/CI.yml
@@ -4,7 +4,7 @@ on:
4
schedule:
5
- cron: '0 2 * * *' # Daily at 2 AM UTC (8 PM CST)
6
push:
7
- branches: [master]
+ branches: [main]
8
tags: ["*"]
9
pull_request:
10
jobs:
0 commit comments