Skip to content

Commit 99dac3e

Browse files
authored
Merge pull request #1131 from imwints/push-lnqkzlnpzpqs
2 parents 274d0c7 + 6459c64 commit 99dac3e

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/cmake-freebsd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- '.github/workflows/cmake-freebsd.yml'
99
- 'CMakeLists.txt'
10+
- 'cmake/**'
1011
- 'include/**'
1112
- 'src/*pp'
1213
- 'src/freebsd/*pp'
@@ -15,6 +16,7 @@ on:
1516
paths:
1617
- '.github/workflows/cmake-freebsd.yml'
1718
- 'CMakeLists.txt'
19+
- 'cmake/**'
1820
- 'include/**'
1921
- 'src/*pp'
2022
- 'src/freebsd/*pp'

.github/workflows/cmake-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- '.github/workflows/cmake-linux.yml'
99
- 'CMakeLists.txt'
10+
- 'cmake/**'
1011
- 'include/**'
1112
- 'src/*pp'
1213
- 'src/linux/*pp'
@@ -15,6 +16,7 @@ on:
1516
paths:
1617
- '.github/workflows/cmake-linux.yml'
1718
- 'CMakeLists.txt'
19+
- 'cmake/**'
1820
- 'include/**'
1921
- 'src/*pp'
2022
- 'src/linux/*pp'

.github/workflows/cmake-macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- '.github/workflows/cmake-macos.yml'
99
- 'CMakeLists.txt'
10+
- 'cmake/**'
1011
- 'include/**'
1112
- 'src/*pp'
1213
- 'src/osx/*pp'
@@ -15,6 +16,7 @@ on:
1516
paths:
1617
- '.github/workflows/cmake-macos.yml'
1718
- 'CMakeLists.txt'
19+
- 'cmake/**'
1820
- 'include/**'
1921
- 'src/*pp'
2022
- 'src/osx/*pp'

.github/workflows/cmake-netbsd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- '.github/workflows/cmake-netbsd.yml'
99
- 'CMakeLists.txt'
10+
- 'cmake/**'
1011
- 'include/**'
1112
- 'src/*pp'
1213
- 'src/netbsd/*pp'
@@ -15,6 +16,7 @@ on:
1516
paths:
1617
- '.github/workflows/cmake-netbsd.yml'
1718
- 'CMakeLists.txt'
19+
- 'cmake/**'
1820
- 'include/**'
1921
- 'src/*pp'
2022
- 'src/netbsd/*pp'

0 commit comments

Comments
 (0)