Skip to content

Commit c1ae3af

Browse files
authored
Update ci.yml
1 parent 48e612b commit c1ae3af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: CI
33
on:
44
push:
55
branches:
6-
- *
6+
- "*"
77
tags:
8-
- *
8+
- "*"
99
pull_request:
1010
branches:
11-
- *
11+
- "*"
1212

1313
jobs:
1414
build:
@@ -66,4 +66,4 @@ jobs:
6666
- uses: codecov/[email protected]
6767
with:
6868
fail_ci_if_error: false
69-
file: *.xml
69+
file: "*.xml"

0 commit comments

Comments
 (0)