Skip to content

Commit f8b311d

Browse files
committed
oversight: prepare to rename default branch
1 parent 8addfdd commit f8b311d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: test
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ main ]
55
pull_request:
6-
branches: [ master ]
6+
branches: [ main ]
77
schedule:
88
- cron: '0 0 * * *'
99

0 commit comments

Comments
 (0)