Skip to content

Commit cbc65e9

Browse files
Update CI.yml
1 parent 133651a commit cbc65e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: CI
33
on:
44
push:
55
paths: # Specifying which files to run CI/CD for
6-
- src/*
6+
- src/**
77
- test/runtests.jl
88
- Manifest.toml
99
- Project.toml
1010
pull_request:
1111
paths:
12-
- src/*
12+
- src/**
1313
- test/runtests.jl
1414
- Manifest.toml
1515
- Project.toml
@@ -50,4 +50,4 @@ jobs:
5050
- uses: julia-actions/julia-processcoverage@v1
5151
- uses: codecov/codecov-action@v1
5252
with:
53-
file: lcov.info
53+
file: lcov.info

0 commit comments

Comments
 (0)