Skip to content

Commit e088cf2

Browse files
committed
ci: Remove path-ignore in Nix CI
1 parent 4a5e922 commit e088cf2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/nix.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,7 @@ on:
44
push:
55
branches:
66
- devel
7-
paths-ignore:
8-
- 'doc/**'
9-
- '.gitlab-ci.yml'
10-
- '.gitignore'
11-
- '*.md'
12-
- 'LICENSE'
13-
- 'colcon.pkg'
14-
- '.pre-commit-config.yaml'
157
pull_request:
16-
paths-ignore:
17-
- 'doc/**'
18-
- '.gitlab-ci.yml'
19-
- '.gitignore'
20-
- '*.md'
21-
- 'LICENSE'
22-
- 'colcon.pkg'
23-
- '.pre-commit-config.yaml'
248
concurrency:
259
group: ${{ github.workflow }}-${{ github.ref }}
2610
cancel-in-progress: true

0 commit comments

Comments
 (0)