Skip to content

Commit 1442fb2

Browse files
committed
ci: add paths condition
1 parent 84074ea commit 1442fb2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
paths-ignore:
1111
- '**.md'
1212
pull_request:
13+
paths:
14+
- 'frontend/**'
1315
paths-ignore:
1416
- '**.md'
1517
# Allows you to run this workflow manually from the Actions tab

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
paths-ignore:
1111
- '**.md'
1212
pull_request:
13+
paths:
14+
- 'src/**'
1315
paths-ignore:
1416
- '**.md'
1517
# Allows you to run this workflow manually from the Actions tab

0 commit comments

Comments
 (0)