Skip to content

Commit f368d69

Browse files
committed
Update CI to use main instead of master.
Default branch renamed from master to main, updating the CI files accordingly.
1 parent fd7fe1f commit f368d69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Main Testing
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths-ignore:
88
- '**.md'
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212
paths-ignore:
1313
- '**.md'
1414

0 commit comments

Comments
 (0)