Skip to content

Commit 0d1f074

Browse files
committed
Run workflow on configuration change
1 parent f15a426 commit 0d1f074

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/build.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
on:
22
push:
33
paths:
4-
- 'CMakeLists.txt'
5-
- 'dataset/**'
6-
- 'include/**'
7-
- 'source/**'
8-
- 'tests/**'
4+
- '.github/workflows/**'
5+
- 'CMakeLists.txt'
6+
- 'dataset/**'
7+
- 'include/**'
8+
- 'source/**'
9+
- 'tests/**'
910
pull_request:
1011
paths:
12+
- '.github/workflows/**'
1113
- 'CMakeLists.txt'
1214
- 'dataset/**'
1315
- 'include/**'

0 commit comments

Comments
 (0)