Skip to content

Commit 2304263

Browse files
committed
correction
1 parent aec4b6a commit 2304263

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ name: CI Pipeline
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: [main]
76
pull_request:
8-
branches:
9-
- main
7+
branches: [main]
8+
109

1110
jobs:
1211
test:

0 commit comments

Comments
 (0)