Skip to content

Commit 2510201

Browse files
committed
add paths filter for CI
1 parent fd38a35 commit 2510201

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

.github/workflows/openblas-build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ on:
44
push:
55
branches:
66
- master
7-
pull_request: {}
7+
paths:
8+
- 'openblas-build/**'
9+
- '.github/workflows/openblas-build.yml'
10+
pull_request:
11+
paths:
12+
- 'openblas-build/**'
813
workflow_dispatch: {}
914

1015
jobs:

.github/workflows/openblas-src.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ on:
44
push:
55
branches:
66
- master
7-
pull_request: {}
7+
paths:
8+
- 'openblas-build/**'
9+
- 'openblas-src/**'
10+
- '.github/workflows/openblas-src.yml'
11+
- '*.toml'
12+
pull_request:
13+
paths:
14+
- 'openblas-build/**'
15+
- 'openblas-src/**'
16+
- '.github/workflows/openblas-src.yml'
17+
- '*.toml'
818
workflow_dispatch: {}
919

1020
jobs:

.github/workflows/rust.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ on:
44
push:
55
branches:
66
- master
7-
pull_request: {}
7+
pull_request:
8+
paths:
9+
- 'openblas-build/**'
10+
- 'openblas-src/**'
11+
- '.github/workflows/rust.yml'
12+
- '*.toml'
813
workflow_dispatch: {}
914

1015
jobs:

0 commit comments

Comments
 (0)