Skip to content

Commit e550c7a

Browse files
authored
Rename default branch to "main" (#16)
1 parent 9cf7cb2 commit e550c7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
name: CI
3-
# Run on master, tags, or any pull request
3+
# Run on default branch, tags, or any pull request
44
on:
55
schedule:
66
- cron: "0 2 * * *" # Daily at 2 AM UTC (8 PM CST)
77
push:
8-
branches: [master]
8+
branches: [main]
99
tags: ["*"]
1010
pull_request:
1111
jobs:

0 commit comments

Comments
 (0)