Skip to content

Commit 0cbb234

Browse files
authored
Merge pull request #1905 from swahtz/fvdb_ci_ignores
fVDB CI paths-ignore
2 parents 5331ae5 + af4304a commit 0cbb234

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/ax.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- 'nanovdb/**'
1515
- 'openvdb_maya/**'
1616
- 'openvdb_houdini/**'
17+
- 'fvdb/**'
1718
- 'pendingchanges/**'
1819
- '**.md'
1920
pull_request:
@@ -26,6 +27,7 @@ on:
2627
- 'nanovdb/**'
2728
- 'openvdb_maya/**'
2829
- 'openvdb_houdini/**'
30+
- 'fvdb/**'
2931
- 'pendingchanges/**'
3032
- '**.md'
3133
schedule:

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- 'openvdb_houdini/**'
1616
- 'openvdb_ax/**'
1717
- 'nanovdb/**'
18+
- 'fvdb/**'
1819
- 'pendingchanges/**'
1920
- '**.md'
2021
pull_request:
@@ -28,6 +29,7 @@ on:
2829
- 'openvdb_houdini/**'
2930
- 'openvdb_ax/**'
3031
- 'nanovdb/**'
32+
- 'fvdb/**'
3133
- 'pendingchanges/**'
3234
- '**.md'
3335
schedule:

.github/workflows/houdini.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- 'doc/**'
1414
- 'nanovdb/**'
1515
- 'openvdb_maya/**'
16+
- 'fvdb/**'
1617
- 'pendingchanges/**'
1718
- '**.md'
1819
pull_request:
@@ -24,6 +25,7 @@ on:
2425
- 'doc/**'
2526
- 'nanovdb/**'
2627
- 'openvdb_maya/**'
28+
- 'fvdb/**'
2729
- 'pendingchanges/**'
2830
- '**.md'
2931
schedule:

.github/workflows/nanovdb.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- 'openvdb_ax/**'
1515
- 'openvdb_maya/**'
1616
- 'openvdb_houdini/**'
17+
- 'fvdb/**'
1718
- 'pendingchanges/**'
1819
- '**.md'
1920
pull_request:
@@ -26,6 +27,7 @@ on:
2627
- 'openvdb_ax/**'
2728
- 'openvdb_maya/**'
2829
- 'openvdb_houdini/**'
30+
- 'fvdb/**'
2931
- 'pendingchanges/**'
3032
- '**.md'
3133
schedule:

0 commit comments

Comments
 (0)