Skip to content

Commit 27cc04e

Browse files
committedNov 11, 2020
Fix CI to test main branch
1 parent f8e0dd4 commit 27cc04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: ['master']
5+
branches: ['main']
66
pull_request:
77
schedule:
88
- cron: "47 6 * * 5"

0 commit comments

Comments
 (0)
Please sign in to comment.