Skip to content

Commit af1d86d

Browse files
georgeh0Gohlub
authored andcommitted
workflow: switch workflow path for Rust source files (cocoindex-io#1278)
1 parent f739374 commit af1d86d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ on:
99
pull_request:
1010
branches: [main]
1111
paths:
12-
- src/**
12+
- rust/**
1313
- python/**
1414
- "*.toml"
1515
- ".github/workflows/*.yml"
1616
push:
1717
branches: [main]
1818
paths:
19-
- src/**
19+
- rust/**
2020
- python/**
2121
- "*.toml"
2222
- ".github/workflows/*.yml"

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99
pull_request:
1010
branches: [main]
1111
paths:
12-
- src/**
12+
- rust/**
1313
- python/**
1414
- examples/**
1515
push:
1616
branches: [main]
1717
paths:
18-
- src/**
18+
- rust/**
1919
- python/**
2020
- examples/**
2121
workflow_dispatch:

0 commit comments

Comments
 (0)