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