Skip to content

Commit 702d8e8

Browse files
committed
feat: ci
1 parent a544ad3 commit 702d8e8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

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

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- "**"
67
pull_request:
7-
branches: [main]
8+
branches:
9+
- "**"
810

911
jobs:
1012
quality:

0 commit comments

Comments
 (0)