Skip to content

Commit 0d25397

Browse files
authored
Fix github workflow
Could you kindly work, please?
1 parent cc4e6c3 commit 0d25397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Full CI process
22
on:
33
push:
44
branches:
5-
- $default-branch
5+
- main
66
pull_request:
77
branches:
8-
- $default-branch
8+
- main
99

1010
jobs:
1111
test:

0 commit comments

Comments
 (0)