File tree 4 files changed +7
-21
lines changed
4 files changed +7
-21
lines changed Original file line number Diff line number Diff line change 6
6
- doc/**
7
7
- .gitlab-ci.yml
8
8
- .gitignore
9
- - ' *.md'
9
+ - ' ** .md'
10
10
- CITATION.*
11
11
- COPYING.LESSER
12
12
- colcon.pkg
13
13
- .pre-commit-config.yaml
14
- - CHANGELOG.md
15
- - development/*.md
16
14
pull_request :
17
15
paths-ignore :
18
16
- doc/**
19
17
- .gitlab-ci.yml
20
18
- .gitignore
21
- - ' *.md'
19
+ - ' ** .md'
22
20
- CITATION.*
23
21
- COPYING.LESSER
24
22
- colcon.pkg
25
23
- .pre-commit-config.yaml
26
- - CHANGELOG.md
27
- - development/*.md
28
24
concurrency :
29
25
group : ${{ github.workflow }}-${{ github.ref }}
30
26
cancel-in-progress : true
Original file line number Diff line number Diff line change 8
8
- doc/**
9
9
- .gitlab-ci.yml
10
10
- .gitignore
11
- - ' *.md'
11
+ - ' ** .md'
12
12
- CITATION.*
13
13
- COPYING.LESSER
14
14
- colcon.pkg
15
15
- .pre-commit-config.yaml
16
- - CHANGELOG.md
17
- - development/*.md
18
16
pull_request :
19
17
paths-ignore :
20
18
- doc/**
21
19
- .gitlab-ci.yml
22
20
- .gitignore
23
- - ' *.md'
21
+ - ' ** .md'
24
22
- CITATION.*
25
23
- COPYING.LESSER
26
24
- colcon.pkg
27
25
- .pre-commit-config.yaml
28
- - CHANGELOG.md
29
- - development/*.md
30
26
concurrency :
31
27
group : ${{ github.workflow }}-${{ github.ref }}
32
28
cancel-in-progress : true
Original file line number Diff line number Diff line change 6
6
- doc/**
7
7
- .gitlab-ci.yml
8
8
- .gitignore
9
- - ' *.md'
9
+ - ' ** .md'
10
10
- CITATION.*
11
11
- COPYING.LESSER
12
12
- .pre-commit-config.yaml
13
- - CHANGELOG.md
14
-
15
13
jobs :
16
14
nix :
17
15
runs-on : " ${{ matrix.os }}-latest"
Original file line number Diff line number Diff line change 10
10
- doc/**
11
11
- .gitlab-ci.yml
12
12
- .gitignore
13
- - ' *.md'
13
+ - ' ** .md'
14
14
- CITATION.*
15
15
- COPYING.LESSER
16
16
- colcon.pkg
17
17
- .pre-commit-config.yaml
18
- - CHANGELOG.md
19
- - development/*.md
20
18
pull_request :
21
19
paths-ignore :
22
20
- doc/**
23
21
- .gitlab-ci.yml
24
22
- .gitignore
25
- - ' *.md'
23
+ - ' ** .md'
26
24
- CITATION.*
27
25
- COPYING.LESSER
28
26
- colcon.pkg
29
27
- .pre-commit-config.yaml
30
- - CHANGELOG.md
31
- - development/*.md
32
28
concurrency :
33
29
group : ${{ github.workflow }}-${{ github.ref }}
34
30
cancel-in-progress : true
You can’t perform that action at this time.
0 commit comments