We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133651a commit cbc65e9Copy full SHA for cbc65e9
.github/workflows/CI.yml
@@ -3,13 +3,13 @@ name: CI
3
on:
4
push:
5
paths: # Specifying which files to run CI/CD for
6
- - src/*
+ - src/**
7
- test/runtests.jl
8
- Manifest.toml
9
- Project.toml
10
pull_request:
11
paths:
12
13
14
15
@@ -50,4 +50,4 @@ jobs:
50
- uses: julia-actions/julia-processcoverage@v1
51
- uses: codecov/codecov-action@v1
52
with:
53
- file: lcov.info
+ file: lcov.info
0 commit comments