Skip to content

Commit b09a1f0

Browse files
committed
Run CI/CD in all branches
1 parent 49bca43 commit b09a1f0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ name: CI
33
on:
44
push:
55
branches:
6-
- dev
6+
- "*"
77
tags:
88
- v*
9-
pull_request:
10-
branches:
11-
- dev
129

1310
jobs:
1411
check-code-format:

0 commit comments

Comments
 (0)