Skip to content

Commit 299dfbd

Browse files
committed
ci: run workflows if tests have changed
1 parent 9892533 commit 299dfbd

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

.github/workflows/cmake-freebsd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'include/**'
1313
- 'src/*pp'
1414
- 'src/freebsd/*pp'
15+
- 'tests/**'
1516
pull_request:
1617
branches: main
1718
paths:
@@ -21,6 +22,7 @@ on:
2122
- 'include/**'
2223
- 'src/*pp'
2324
- 'src/freebsd/*pp'
25+
- 'tests/**'
2426

2527
jobs:
2628
build:

.github/workflows/cmake-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'include/**'
1313
- 'src/*pp'
1414
- 'src/linux/*pp'
15+
- 'tests/**'
1516
pull_request:
1617
branches: main
1718
paths:
@@ -21,6 +22,7 @@ on:
2122
- 'include/**'
2223
- 'src/*pp'
2324
- 'src/linux/*pp'
25+
- 'tests/**'
2426

2527
jobs:
2628
build:

.github/workflows/cmake-macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'include/**'
1313
- 'src/*pp'
1414
- 'src/osx/*pp'
15+
- 'tests/**'
1516
pull_request:
1617
branches: main
1718
paths:
@@ -21,6 +22,7 @@ on:
2122
- 'include/**'
2223
- 'src/*pp'
2324
- 'src/osx/*pp'
25+
- 'tests/**'
2426

2527
jobs:
2628
cmake_build_on_macos:

.github/workflows/cmake-netbsd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'include/**'
1313
- 'src/*pp'
1414
- 'src/netbsd/*pp'
15+
- 'tests/**'
1516
pull_request:
1617
branches: main
1718
paths:
@@ -21,6 +22,7 @@ on:
2122
- 'include/**'
2223
- 'src/*pp'
2324
- 'src/netbsd/*pp'
25+
- 'tests/**'
2426

2527
jobs:
2628
build:

.github/workflows/cmake-openbsd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'include/**'
1313
- 'src/*pp'
1414
- 'src/openbsd/*pp'
15+
- 'tests/**'
1516
pull_request:
1617
branches: main
1718
paths:
@@ -21,6 +22,7 @@ on:
2122
- 'include/**'
2223
- 'src/*pp'
2324
- 'src/openbsd/*pp'
25+
- 'tests/**'
2426

2527
jobs:
2628
build:

0 commit comments

Comments
 (0)