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 0463930 commit 269962cCopy full SHA for 269962c
.github/workflows/CI.yml
@@ -3,21 +3,23 @@ on:
3
pull_request:
4
branches:
5
- main
6
- paths-ignore:
7
- - 'docs/**'
8
- - '**/*.md'
9
- - 'CITATION.*'
10
- - '.github/workflows/Documenter.yml'
+ paths:
+ - 'src/**'
+ - 'ext/**'
+ - 'test/**'
+ - 'Project.toml'
11
+ - '.github/workflows/CI.yml'
12
push:
13
tags:
14
- '*'
15
16
17
18
19
20
21
22
23
24
concurrency:
25
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
0 commit comments