Skip to content

Commit bafd65b

Browse files
committed
Fix workflow
1 parent ef6d619 commit bafd65b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Continuous Integration
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
pull_request:
99
branches:
10-
- master
10+
- main
1111

1212
jobs:
1313
lint:

0 commit comments

Comments
 (0)