Skip to content

Commit 1691c6d

Browse files
committed
[build] Extend action paths to cover project/lint config changes
1 parent 2c12736 commit 1691c6d

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,17 @@ on:
1010
- dist/**
1111
- scenedetect/**
1212
- tests/**
13+
- pyproject.toml
14+
- requirements_headless.txt
15+
- .github/workflows/build-windows.yml
1316
push:
1417
paths:
1518
- dist/**
1619
- scenedetect/**
1720
- tests/**
21+
- pyproject.toml
22+
- requirements_headless.txt
23+
- .github/workflows/build-windows.yml
1824
branches:
1925
- main
2026
- 'releases/**'

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@ on:
99
- dist/**
1010
- scenedetect/**
1111
- tests/**
12+
- pyproject.toml
13+
- requirements_headless.txt
1214
- .github/workflows/build.yml
1315
- .github/actions/setup-ffmpeg/**
1416
push:
1517
paths:
1618
- dist/**
1719
- scenedetect/**
1820
- tests/**
21+
- pyproject.toml
22+
- requirements_headless.txt
1923
- .github/workflows/build.yml
2024
- .github/actions/setup-ffmpeg/**
2125
branches:

.github/workflows/check-code-format.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ on:
66
paths:
77
- scenedetect/**
88
- tests/**
9+
- pyproject.toml
10+
- .style.yapf
11+
- .github/workflows/check-code-format.yml
912
push:
1013
paths:
1114
- scenedetect/**
1215
- tests/**
16+
- pyproject.toml
17+
- .style.yapf
18+
- .github/workflows/check-code-format.yml
1319

1420
jobs:
1521
check_format:

0 commit comments

Comments
 (0)